diff options
author | jeh <jeh@FreeBSD.org> | 2003-11-16 00:58:45 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2003-11-16 00:58:45 +0800 |
commit | 77e30945a4c17f363bc6fa9a868421c492bd61e8 (patch) | |
tree | fb9652b682a8d862c9c09649ab55420d01a61c07 /misc/amanda-client | |
parent | 7e0383e20e29b27d7f794dd4a08e5c874079d5b0 (diff) | |
download | freebsd-ports-gnome-77e30945a4c17f363bc6fa9a868421c492bd61e8.tar.gz freebsd-ports-gnome-77e30945a4c17f363bc6fa9a868421c492bd61e8.tar.zst freebsd-ports-gnome-77e30945a4c17f363bc6fa9a868421c492bd61e8.zip |
* Create the directory ${PREFIX}/var/amanda/gnutar-lists and make operator
own it
* Crate /etc/amandates and have operator own it. This is hard coded at
compile time and can't easily be made ${PREFIX} safe.
PR: 59302
Submitted by: Matthias Andree
Diffstat (limited to 'misc/amanda-client')
-rw-r--r-- | misc/amanda-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda-client/Makefile b/misc/amanda-client/Makefile index 231ee1b83e8b..187bccf91d60 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) |