diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 03:54:50 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 03:54:50 +0000 |
commit | 4cfd5f88de1cd68c8c264abcff0e9fe60f567a17 (patch) | |
tree | 533c1119a4534f53b5559190c494f879f89042c0 /misc/amanda25-server | |
parent | 943374dc50a888ec9731767f9add8d281e190cbf (diff) | |
download | ports-4cfd5f88de1cd68c8c264abcff0e9fe60f567a17.tar.gz ports-4cfd5f88de1cd68c8c264abcff0e9fe60f567a17.zip |
Notes
Diffstat (limited to 'misc/amanda25-server')
-rw-r--r-- | misc/amanda25-server/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/amanda25-server/Makefile b/misc/amanda25-server/Makefile index 037b3e3b43e5..1c8b25e98115 100644 --- a/misc/amanda25-server/Makefile +++ b/misc/amanda25-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= amanda PORTVERSION= 2.5.1p3 -PORTREVISION?= 2 +PORTREVISION?= 3 PKGNAMESUFFIX?= -server PORTEPOCH= 1 CATEGORIES= misc @@ -21,7 +21,7 @@ WRKSRC= ${WRKDIR}/amanda-${PORTVERSION} SLAVEDIRS= misc/amanda-client NO_LATEST_LINK= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 USE_GMAKE= yes PATCH_STRIP= CONFIGURE_ARGS= --libexecdir=${PREFIX}/libexec/amanda \ |