View | Details | Raw Unified | Return to bug 78192
Collapse All | Expand All

(-)boxbackup/Makefile (-7 / +6 lines)
Lines 1-14 Link Here
1
# vim: ts=4
2
# New ports collection makefile for: boxbackup
1
# New ports collection makefile for: boxbackup
3
# Date created:		19 December 2004
2
# Date created:		19 December 2004
4
# Whom:				James O'Gorman <james@netinertia.co.uk>
3
# Whom:			James O'Gorman <james@netinertia.co.uk>
5
#
4
#
6
# $FreeBSD: ports/sysutils/boxbackup/Makefile,v 1.2 2005/02/26 06:05:28 sem Exp $
5
# $FreeBSD: ports/sysutils/boxbackup/Makefile,v 1.2 2005/02/26 06:05:28 sem Exp $
7
#
6
#
8
7
9
PORTNAME=		boxbackup
8
PORTNAME=	boxbackup
10
PORTVERSION=	0.09
9
PORTVERSION=	0.09
11
CATEGORIES=		sysutils
10
CATEGORIES=	sysutils
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
.if defined(CLIENT_ONLY) && !defined(SERVER_ONLY)
13
.if defined(CLIENT_ONLY) && !defined(SERVER_ONLY)
Lines 18-32 Link Here
18
.endif
17
.endif
19
EXTRACT_SUFX=	.tgz
18
EXTRACT_SUFX=	.tgz
20
19
21
MAINTAINER=		james@netinertia.co.uk
20
MAINTAINER=	james@netinertia.co.uk
22
COMMENT=		An open source, completely automatic on-line backup system for UNIX
21
COMMENT=	An open source, completely automatic on-line backup system for UNIX
23
22
24
USE_OPENSSL=	yes
23
USE_OPENSSL=	yes
25
HAS_CONFIGURE=	yes
24
HAS_CONFIGURE=	yes
26
USE_REINPLACE=	yes
25
USE_REINPLACE=	yes
27
USE_RC_SUBR=	yes
26
USE_RC_SUBR=	yes
28
27
29
PKGMESSAGE=		${WRKDIR}/pkg-message
28
PKGMESSAGE=	${WRKDIR}/pkg-message
30
29
31
.if defined(CLIENT_ONLY) && !defined(SERVER_ONLY)
30
.if defined(CLIENT_ONLY) && !defined(SERVER_ONLY)
32
CONFLICTS=	boxbackup-[0-9]* boxbackup-server-[0-9]*
31
CONFLICTS=	boxbackup-[0-9]* boxbackup-server-[0-9]*
(-)boxbackup/files/patch-makebuildenv.pl (+17 lines)
Line 0 Link Here
1
--- makebuildenv.pl.orig	Mon Feb 28 12:32:44 2005
2
+++ makebuildenv.pl	Mon Feb 28 12:36:07 2005
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/perl
5
+#!/usr/local/bin/perl
6
 # distribution boxbackup-0.09
7
 # 
8
 #  
9
@@ -1006,7 +1006,7 @@
10
 	}
11
 	
12
 	# and finally a target for rebuilding the build system
13
-	print MAKE "\nbuildsystem:\n\t(cd ../..; perl ./infrastructure/makebuildenv.pl)\n\n";
14
+	print MAKE "\nbuildsystem:\n\t(cd ../..; /usr/local/bin/perl ./infrastructure/makebuildenv.pl)\n\n";
15
 	
16
 	close MAKE;
17
 
(-)boxbackup/files/patch-makeparcels.pl (+8 lines)
Line 0 Link Here
1
--- makeparcels.pl.orig	Mon Feb 28 12:37:27 2005
2
+++ makeparcels.pl	Mon Feb 28 12:37:42 2005
3
@@ -1,4 +1,4 @@
4
-#!/usr/bin/perl
5
+#!/usr/local/bin/perl
6
 # distribution boxbackup-0.09
7
 # 
8
 #

Return to bug 78192