diff options
author | jeh <jeh@FreeBSD.org> | 2001-02-16 01:05:34 +0000 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-02-16 01:05:34 +0000 |
commit | ff9a2d357263c37fe4a5e49bf06004cf97f2614e (patch) | |
tree | 795d408034384ed9cf9b0fa9a63ef1b8221d7d25 /misc/amanda25-client/Makefile | |
parent | fbe2d4b2998adf9dc38d52edbb53b37365f47c61 (diff) | |
download | FreeBSD-ports-ff9a2d357263c37fe4a5e49bf06004cf97f2614e.zip FreeBSD-ports-ff9a2d357263c37fe4a5e49bf06004cf97f2614e.tar.gz |
Depend upon gtar to overcome the problems with the system tar and sparse
files.
Submitted by: Rob Simmons <rsimmons@wlcg.com>
Diffstat (limited to 'misc/amanda25-client/Makefile')
-rw-r--r-- | misc/amanda25-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda25-client/Makefile b/misc/amanda25-client/Makefile index b628ace..5f5529c 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 1 +PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../amanda24-server COMMENT= ${PKGDIR}/pkg-comment.client |