diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-05 04:46:20 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2009-01-05 04:46:20 +0000 |
commit | 63ffd742f28f1a5fa9b0665af06139dce5457619 (patch) | |
tree | 41731dd287e44f27d370c42c095b4f0b0d5814fd | |
parent | 75cbf0dc449775dcbbb07246070fdd39fc658b16 (diff) | |
download | ports-63ffd742f28f1a5fa9b0665af06139dce5457619.tar.gz ports-63ffd742f28f1a5fa9b0665af06139dce5457619.zip |
Notes
-rw-r--r-- | misc/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-client/Makefile | 2 | ||||
-rw-r--r-- | misc/amanda25-server/Makefile | 10 |
3 files changed, 10 insertions, 4 deletions
diff --git a/misc/Makefile b/misc/Makefile index e6b458bbc6a3..52d324f847be 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -10,6 +10,8 @@ SUBDIR += alevt SUBDIR += amanda-client SUBDIR += amanda-server + SUBDIR += amanda25-client + SUBDIR += amanda25-server SUBDIR += apparix SUBDIR += asbutton SUBDIR += asr-manpages diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index 1163d8fb820d..1a8b3a86d2b8 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 3 COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) -MASTERDIR= ${.CURDIR}/../amanda-server +MASTERDIR= ${.CURDIR}/../amanda25-server PKGINSTALL= mustnotexist PLIST= ${PKGDIR}/pkg-plist.client 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 |