summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2005-06-23 17:07:47 +0000
committerkristerw <kristerw@pkgsrc.org>2005-06-23 17:07:47 +0000
commit4802a94dc07d1f1d9916a673dcce8d89a79ea522 (patch)
tree9f31fec43fb70d0377ce73aaf6072847e09c8b1c /misc
parent09c236207196ece0706b9fd2939bc0e9003ac5b6 (diff)
downloadpkgsrc-4802a94dc07d1f1d9916a673dcce8d89a79ea522.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"