diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1998-06-29 06:42:09 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1998-06-29 06:42:09 +0000 |
commit | a426b80cf3d48c3a8a346d765b7e47f549dfb02a (patch) | |
tree | 4655ab2cee7dbfadb77f719df254e5507b1c04e8 /misc/amanda25-client | |
parent | 1b6c80cc5a2783a3e6eb8f70d08edbb7d846aa84 (diff) | |
download | ports-a426b80cf3d48c3a8a346d765b7e47f549dfb02a.tar.gz ports-a426b80cf3d48c3a8a346d765b7e47f549dfb02a.zip |
Notes
Diffstat (limited to 'misc/amanda25-client')
-rw-r--r-- | misc/amanda25-client/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index dabcb15b0825..e1c521ccdb66 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -3,10 +3,10 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.16 1998/06/05 22:13:19 asami Exp $ +# $Id: Makefile,v 1.17 1998/06/06 09:21:25 asami Exp $ # -DISTNAME= amanda-2.4.0 +DISTNAME= amanda-2.4.0p1 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ @@ -15,11 +15,13 @@ MAINTAINER= cwt@FreeBSD.ORG BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -WRKSRC= ${WRKDIR}/amanda-2.4.0 +WRKSRC= ${WRKDIR}/amanda-2.4.0p1 NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ + --with-amandahosts --with-fqdn \ --with-user=operator --with-group=operator + PATCH_STRIP= MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ @@ -27,10 +29,10 @@ MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ amverify.8 post-install: - ${MKDIR} ${PREFIX}/lib/amanda/${DISTNAME}/examples + ${MKDIR} ${PREFIX}/share/examples/amanda ${CP} -R ${WRKSRC}/example/amanda.conf \ ${WRKSRC}/example/chg-multi.conf \ ${WRKSRC}/example/disklist \ - ${PREFIX}/lib/amanda/${DISTNAME}/examples + ${PREFIX}/share/examples/amanda .include <bsd.port.mk> |