diff options
author | James E. Housley <jeh@FreeBSD.org> | 2001-05-09 02:52:54 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2001-05-09 02:52:54 +0000 |
commit | 94e30911d680555f47bc3ee1bd8a5554acff3d88 (patch) | |
tree | fc5bd39e6050021f7bf31e9d640d34e0d465eeab /misc/amanda32-client | |
parent | Thanks to Garmin, +/- 1 second is no longer enough. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=42434
Diffstat (limited to 'misc/amanda32-client')
-rw-r--r-- | misc/amanda32-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/amanda32-client/Makefile b/misc/amanda32-client/Makefile index ccc658396421..b628acef5816 100644 --- a/misc/amanda32-client/Makefile +++ b/misc/amanda32-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 |