diff options
author | cwt <cwt@FreeBSD.org> | 1998-12-25 00:15:23 +0000 |
---|---|---|
committer | cwt <cwt@FreeBSD.org> | 1998-12-25 00:15:23 +0000 |
commit | 56deaec3d5fedf2cb3689ece4797199f7a8f4769 (patch) | |
tree | 6cc59194a3c08d3c70287fa34c29c794526db228 /misc/amanda32-client/Makefile | |
parent | a8ab37df872d80343205c9e57dd2edcceb90e39d (diff) | |
download | FreeBSD-ports-56deaec3d5fedf2cb3689ece4797199f7a8f4769.zip FreeBSD-ports-56deaec3d5fedf2cb3689ece4797199f7a8f4769.tar.gz |
Amanda 2.4.1p1. Also, honor nodump flag - requested-by: wjw@hobby.digiware.nl
Diffstat (limited to 'misc/amanda32-client/Makefile')
-rw-r--r-- | misc/amanda32-client/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index 51cc27b..9594c5f 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-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= |