diff options
author | kristerw <kristerw> | 2005-06-23 17:07:47 +0000 |
---|---|---|
committer | kristerw <kristerw> | 2005-06-23 17:07:47 +0000 |
commit | a865a73d2be4ff395ca51d9557e2e59435ee149c (patch) | |
tree | 9f31fec43fb70d0377ce73aaf6072847e09c8b1c /misc/dync | |
parent | 9c2254b00f5c9cdcc25725f8bfd306c1b88f88da (diff) | |
download | pkgsrc-a865a73d2be4ff395ca51d9557e2e59435ee149c.tar.gz |
Prevent paths to the build directories from being included in the package.
Bump PKGREVISION.
Diffstat (limited to 'misc/dync')
-rw-r--r-- | misc/dync/Makefile | 7 |
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" |