diff options
Diffstat (limited to 'misc/amanda25-server/Makefile')
-rw-r--r-- | misc/amanda25-server/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index d94fc5f5ab17..98d8de8e8520 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -6,18 +6,18 @@ # PORTNAME= amanda -PORTVERSION= 2.4.1 +PORTVERSION= 2.4.2 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ -DISTNAME= amanda-2.4.1p1 MAINTAINER= ports@FreeBSD.org BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -WRKSRC= ${WRKDIR}/amanda-2.4.1p1 +WRKSRC= ${WRKDIR}/amanda-2.4.2 NO_LATEST_LINK= yes +USE_GMAKE= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes LIBTOOLFLAGS= --disable-ltlibs --release-ignore @@ -28,9 +28,9 @@ CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ PATCH_STRIP= MAN8= amadmin.8 amanda.8 amcheck.8 amcheckdb.8 amcleanup.8 \ - amdump.8 amflush.8 amlabel.8 amoverview.8 amplot.8 \ - amrecover.8 amreport.8 amrestore.8 amrmtape.8 amstatus.8 \ - amtape.8 amtoc.8 amverify.8 + amdump.8 amflush.8 amgetconf.8 amlabel.8 amoverview.8 \ + amplot.8 amrecover.8 amreport.8 amrestore.8 amrmtape.8 \ + amstatus.8 amtape.8 amtoc.8 amverify.8 post-install: ${MKDIR} ${PREFIX}/share/examples/amanda |