summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-07-24 18:06:44 +0000
committerkristerw <kristerw>2005-07-24 18:06:44 +0000
commitc98c902df71596ca0008e046a2a886c7498eb276 (patch)
tree9a071abdb5e4ac7a1fa0cac5e0d4ad51b8b1a359
parentc51b5acdf60afd483869f90f2fe30e1bad6bc4e7 (diff)
downloadpkgsrc-c98c902df71596ca0008e046a2a886c7498eb276.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
-rw-r--r--sysutils/amanda-server/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/sysutils/amanda-server/Makefile b/sysutils/amanda-server/Makefile
index 4f87ea6d68d..d0b3663b9d4 100644
--- a/sysutils/amanda-server/Makefile
+++ b/sysutils/amanda-server/Makefile
@@ -1,17 +1,18 @@
-# $NetBSD: Makefile,v 1.34 2005/07/16 01:19:20 jlam Exp $
+# $NetBSD: Makefile,v 1.35 2005/07/24 18:06:44 kristerw Exp $
PKGNAME= amanda-server-${VERS}
-# PKGREVISION= 1
+PKGREVISION= 1
SVR4_PKGNAME= amase
COMMENT= Server part of Amanda, a network backup system
-USE_TOOLS+= gmake perl:run
+USE_TOOLS+= gmake perl:run tar
.include "../../mk/bsd.prefs.mk"
.include "../../sysutils/amanda-common/Makefile.common"
CONFIGURE_ARGS+= --without-client
+CONFIGURE_ARGS+= --with-gnutar=${TOOLS_TAR}
# Prevent configure script from finding unnecessary libraries.
#