summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-23 20:37:23 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-23 20:37:23 +0000
commit6b327495a00db11b6c7dc6db4bf0865478cdce0d (patch)
tree707ae2908952ed5fd58b0325a7bd1cc0a0aae25a /archivers
parent9b5d98e50b9cd2ccdffb8f87e3de9bd55eb539f6 (diff)
downloadpkgsrc-6b327495a00db11b6c7dc6db4bf0865478cdce0d.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/gsharutils/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/archivers/gsharutils/Makefile b/archivers/gsharutils/Makefile
index 76d54c67a3c..2ce43c2520b 100644
--- a/archivers/gsharutils/Makefile
+++ b/archivers/gsharutils/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.27 2005/04/11 21:44:48 tv Exp $
+# $NetBSD: Makefile,v 1.28 2005/06/23 20:37:23 kristerw Exp $
DISTNAME= sharutils-4.2.1
PKGNAME= g${DISTNAME}
-PKGREVISION= 6
+PKGREVISION= 7
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_GNU:=sharutils/}
@@ -20,8 +20,10 @@ GNU_CONFIGURE= yes
INSTALL_TARGET= install install-man
USE_MAKEINFO= YES
INFO_FILES= remsync.info sharutils.info
+USE_TOOLS+= sh
CONFIGURE_ARGS+= --disable-uucode
+CONFIGURE_ENV+= ac_cv_path_SH="${TOOLS_SH}"
.include "../../mk/bsd.prefs.mk"