diff options
author | Chris Timmons <cwt@FreeBSD.org> | 1998-12-25 00:15:23 +0000 |
---|---|---|
committer | Chris Timmons <cwt@FreeBSD.org> | 1998-12-25 00:15:23 +0000 |
commit | db0a1d396f1068e7d60432f496cc8eeddd90f7e7 (patch) | |
tree | 7a5b605218abf231b367d04c92d04d7e702f1779 /misc/amanda-server/Makefile | |
parent | 4b41c98f00918c0e424e6da4d2f5832c86295ce0 (diff) |
Notes
Diffstat (limited to 'misc/amanda-server/Makefile')
-rw-r--r-- | misc/amanda-server/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/misc/amanda-server/Makefile b/misc/amanda-server/Makefile index 51cc27b203ba..9594c5f6ccd9 100644 --- a/misc/amanda-server/Makefile +++ b/misc/amanda-server/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= |