diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-12-04 13:22:26 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-12-04 13:22:26 +0000 |
commit | 2572326b981f5645f0aa50f7bf41c4d6e940d10f (patch) | |
tree | 5126be116f39dadf6aaea12ec11411e135b87e44 /misc/amanda-server/Makefile | |
parent | 0e7351e1f0db6b854d679ba2e552ac32e912b43d (diff) | |
download | ports-2572326b981f5645f0aa50f7bf41c4d6e940d10f.tar.gz ports-2572326b981f5645f0aa50f7bf41c4d6e940d10f.zip |
Notes
Diffstat (limited to 'misc/amanda-server/Makefile')
-rw-r--r-- | misc/amanda-server/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 18d5e310128e..b216905c2202 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -7,7 +7,7 @@ PORTNAME?= ${MASTERPORTNAME} PORTVERSION= 2.4.3b1 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amanda @@ -55,9 +55,10 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-user=operator --with-group=operator \ --without-client -MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdump.8 \ - amflush.8 amgetconf.8 amlabel.8 amoverview.8 amreport.8 \ - amrmtape.8 amstatus.8 amtape.8 amtoc.8 amverify.8 +MAN8= amadmin.8 amcheck.8 amcheckdb.8 amcleanup.8 amdd.8 \ + amdump.8 amflush.8 amgetconf.8 amlabel.8 ammt.8 \ + amoverview.8 amreport.8 amrmtape.8 amstatus.8 \ + amtape.8 amtoc.8 amverify.8 .if defined (WITH_PLOT) BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot |