diff options
Diffstat (limited to 'misc/amanda-server/Makefile')
-rw-r--r-- | misc/amanda-server/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 9de0d20..61c7ffc 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/Makefile @@ -6,8 +6,9 @@ # PORTNAME?= ${MASTERPORTNAME} -PORTVERSION= 2.4.3b4 +PORTVERSION= 2.4.3 PORTREVISION?= 0 +PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= amanda @@ -60,7 +61,7 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ 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 + amtape.8 amtoc.8 amverify.8 amverifyrun.8 .if defined (WITH_PLOT) BUILD_DEPENDS+= gnuplot:${PORTSDIR}/math/gnuplot |