diff options
author | jeh <jeh@FreeBSD.org> | 2001-05-09 10:52:54 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2001-05-09 10:52:54 +0800 |
commit | aef2cec41fcfbffd457d0e036b3190758e8cf747 (patch) | |
tree | 350a2167c51c2522f29d80d37ff1dfd38297d594 /misc/amanda25-client | |
parent | 2ed4c87452b8c2d99ae4ef51fb012b55322741ff (diff) | |
download | freebsd-ports-gnome-aef2cec41fcfbffd457d0e036b3190758e8cf747.tar.gz freebsd-ports-gnome-aef2cec41fcfbffd457d0e036b3190758e8cf747.tar.zst freebsd-ports-gnome-aef2cec41fcfbffd457d0e036b3190758e8cf747.zip |
Add a WITHOUT_GNUTAR option in preperation of the MFC of a newer version
of tar. The GNUTar is know to work in some specific conditions the previous
native version did not. This allows an easy way for those that don't need
tar with Amanda or want to try the new version an easy way to do so.
Suggested by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'misc/amanda25-client')
-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 ccc658396421..b628acef5816 100644 --- a/misc/amanda25-client/Makefile +++ b/misc/amanda25-client/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ${MASTERPORTNAME:S/-server/-client/g} -PORTREVISION= 0 +PORTREVISION= 1 MASTERDIR= ${.CURDIR}/../amanda24-server COMMENT= ${PKGDIR}/pkg-comment.client |