summaryrefslogtreecommitdiff
path: root/misc/amanda25-server
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2009-01-05 04:46:20 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2009-01-05 04:46:20 +0000
commit63ffd742f28f1a5fa9b0665af06139dce5457619 (patch)
tree41731dd287e44f27d370c42c095b4f0b0d5814fd /misc/amanda25-server
parent- Update to version 1.0.3.1 [1] (diff)
Repocopy from amanda-{server,client} to amanda25-{server,client}.
Notes
Notes: svn path=/head/; revision=225260
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r--misc/amanda25-server/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile
index 1d1bc274cfb7..5141d509ca3f 100644
--- a/misc/amanda25-server/Makefile
+++ b/misc/amanda25-server/Makefile
@@ -18,7 +18,7 @@ MAINTAINER= kuriyama@FreeBSD.org
COMMENT?= The Advanced Maryland Automatic Network Disk Archiver (server)
WRKSRC= ${WRKDIR}/amanda-${PORTVERSION}
-SLAVEDIRS= misc/amanda-client
+SLAVEDIRS= misc/amanda25-client
LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX}
USE_AUTOTOOLS= autoconf:262
@@ -111,9 +111,11 @@ post-patch:
USE_PERL5= yes
-BUILD_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client
-RUN_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda-client
+BUILD_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda25-client
+RUN_DEPENDS+= ${LOCALBASE}/sbin/amrecover:${PORTSDIR}/misc/amanda25-client
+NO_LATEST_LINK= yes
+CONFLICTS= amanda-server-2.6.*
CONFIGURE_ARGS+=--without-client
MAN8= amadmin.8 amaespipe.8 amcheck.8 \
@@ -194,6 +196,8 @@ pre-fetch:
@${ECHO} " The default is no restriction on UDP ports."
@${ECHO} ""
+NO_LATEST_LINK= yes
+CONFLICTS= amanda-client-2.6.*
CONFIGURE_ARGS+=--without-server
MAN5= amanda.conf.5 amanda-client.conf.5