From a865a73d2be4ff395ca51d9557e2e59435ee149c Mon Sep 17 00:00:00 2001 From: kristerw Date: Thu, 23 Jun 2005 17:07:47 +0000 Subject: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. --- misc/dync/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'misc') 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" -- cgit v1.2.3