From aef2cec41fcfbffd457d0e036b3190758e8cf747 Mon Sep 17 00:00:00 2001 From: jeh Date: Wed, 9 May 2001 02:52:54 +0000 Subject: 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 --- misc/amanda25-client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/amanda25-client') 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 -- cgit