diff options
author | jeh <jeh@FreeBSD.org> | 2004-11-15 11:20:22 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-11-15 11:20:22 +0000 |
commit | 307493aefa7d37fe3da7544dc8f1d62fb812307b (patch) | |
tree | 87a04c9850673b873317b3917c6c99604550da87 /misc/amanda-client | |
parent | 14c052f49d763e37fc49fcd55f616bf4a5b0bc60 (diff) | |
download | FreeBSD-ports-307493aefa7d37fe3da7544dc8f1d62fb812307b.zip FreeBSD-ports-307493aefa7d37fe3da7544dc8f1d62fb812307b.tar.gz |
As pointed out in PR ports/73956, even if a user and/or group was specified
there were two chown statements they were ignored.
PR: 73956
Submitted By: Phil Homewood <pdh@bne.snapgear.com>
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 9de3555..231ee1b 100644 --- a/misc/amanda-client/Makefile +++ b/misc/amanda-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../amanda-server COMMENT= The Advanced Maryland Automatic Network Disk Archiver (client) |