diff options
Diffstat (limited to 'misc/amanda-client/Makefile')
-rw-r--r-- | misc/amanda-client/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 51cc27b203ba..9594c5f6ccd9 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -3,10 +3,11 @@ # Date created: 28th Feb 1995 # Whom: gpalmer # -# $Id: Makefile,v 1.19 1998/08/25 02:28:37 asami Exp $ +# $Id: Makefile,v 1.20 1998/09/13 01:16:01 cwt Exp $ # -DISTNAME= amanda-2.4.1 +DISTNAME= amanda-2.4.1p1 +PKGNAME= amanda-2.4.1 CATEGORIES= misc MASTER_SITES= ftp://ftp.amanda.org/pub/amanda/ @@ -15,11 +16,12 @@ MAINTAINER= cwt@FreeBSD.ORG BUILD_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot RUN_DEPENDS= gnuplot:${PORTSDIR}/math/gnuplot -WRKSRC= ${WRKDIR}/amanda-2.4.1 +WRKSRC= ${WRKDIR}/amanda-2.4.1p1 NO_LATEST_LINK= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ --with-amandahosts --with-fqdn \ + --with-dump-honor-nodump \ --with-user=operator --with-group=operator PATCH_STRIP= |