diff options
author | jeh <jeh@FreeBSD.org> | 2004-11-16 23:27:57 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2004-11-16 23:27:57 +0800 |
commit | 6cbd9a6d159f8d6883ef3953473a3b5d398dac62 (patch) | |
tree | 93341b8381622194636c8f603b5fa7533781df30 /misc/amanda-client | |
parent | e29782cd8def5418e22eb39c381fcec029090944 (diff) | |
download | freebsd-ports-gnome-6cbd9a6d159f8d6883ef3953473a3b5d398dac62.tar.gz freebsd-ports-gnome-6cbd9a6d159f8d6883ef3953473a3b5d398dac62.tar.zst freebsd-ports-gnome-6cbd9a6d159f8d6883ef3953473a3b5d398dac62.zip |
GNUTAR_LISTDIR was partialaly a variable and partially hardcoded
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 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) |