summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorkristerw <kristerw>2005-06-23 17:07:47 +0000
committerkristerw <kristerw>2005-06-23 17:07:47 +0000
commit48bd4f9eea53c9cb323e3f06ccda6f6ca67817bd (patch)
tree9f31fec43fb70d0377ce73aaf6072847e09c8b1c /misc
parent551935393cd29bf668db46217f5788d413c86ffc (diff)
downloadpkgsrc-48bd4f9eea53c9cb323e3f06ccda6f6ca67817bd.tar.gz
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'misc')
-rw-r--r--misc/dync/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/dync/Makefile b/misc/dync/Makefile
index 9fb1fbd63d5..792e12b274e 100644
--- a/misc/dync/Makefile
+++ b/misc/dync/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2005/04/30 08:54:59 agc Exp $
+# $NetBSD: Makefile,v 1.12 2005/06/23 17:07:47 kristerw Exp $
#
DISTNAME= dync-1.1
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.alistaircrooks.co.uk/src/
@@ -12,5 +12,8 @@ COMMENT= awk-like utility with C as language
GNU_CONFIGURE= yes
BUILD_TARGET= tst
+USE_TOOLS+= file_cmd
+CONFIGURE_ENV+= ac_cv_path_FILE_CMD="${TOOLS_FILE_CMD}"
+CONFIGURE_ENV+= ac_cv_path_LDCONFIG="${TOOLS_LDCONFIG}"
.include "../../mk/bsd.pkg.mk"