diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2011-05-21 15:45:16 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2011-05-21 15:45:16 +0800 |
commit | c1c74d0ec1dd68453526393d8e36dec4121378f2 (patch) | |
tree | fce47abf69e69bc19f1ccac07f80cf715fbcc230 /misc/amanda32-server/Makefile | |
parent | aa26b50b50fa820936f03df0eb003a2d03025baa (diff) | |
download | freebsd-ports-gnome-c1c74d0ec1dd68453526393d8e36dec4121378f2.tar.gz freebsd-ports-gnome-c1c74d0ec1dd68453526393d8e36dec4121378f2.tar.zst freebsd-ports-gnome-c1c74d0ec1dd68453526393d8e36dec4121378f2.zip |
- Upgrade to 3.2.2.
- Add hidden option to disable snapshot dump for testing.
Diffstat (limited to 'misc/amanda32-server/Makefile')
-rw-r--r-- | misc/amanda32-server/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/misc/amanda32-server/Makefile b/misc/amanda32-server/Makefile index 4b9a3979689c..ec7963bdbb54 100644 --- a/misc/amanda32-server/Makefile +++ b/misc/amanda32-server/Makefile @@ -6,7 +6,7 @@ # PORTNAME= amanda -PORTVERSION= 3.2.1 +PORTVERSION= 3.2.2 PORTEPOCH= 1 CATEGORIES= misc MASTER_SITES= SF/amanda/amanda%20-%20stable/${PORTVERSION} @@ -189,6 +189,9 @@ pre-fetch: CONFLICTS= amanda-client-2.5.* amanda-client-2.6.* CONFIGURE_ARGS+=--without-server --with-amandates=${AMANDA_DATES} +.if defined(AMANDA_NO_SNAPSHOT_DUMP) +CFLAGS= -DFreeBSD_NO_SNAPSHOT_DUMP=t +.endif MAN5= amanda-archive-format.5 \ amanda-client.conf.5 \ |