From e85be58de40bc45071b6885ac3460e8c81d28ab8 Mon Sep 17 00:00:00 2001 From: kristerw Date: Thu, 23 Jun 2005 21:36:01 +0000 Subject: Prevent paths to the build directories from being included in the package. Bump PKGREVISION. --- print/LPRng-core/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile index e7695759d58..77dab154872 100644 --- a/print/LPRng-core/Makefile +++ b/print/LPRng-core/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.17 2005/06/01 18:51:57 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2005/06/23 21:36:01 kristerw Exp $ DISTNAME= LPRng-3.8.28 PKGNAME= LPRng-core-3.8.28 +PKGREVISION= 1 CATEGORIES= print MASTER_SITES= ftp://ftp.lprng.com/pub/LPRng/LPRng/ \ http://www.lprng.com/DISTRIB/LPRng/ \ @@ -14,7 +15,7 @@ COMMENT= Enhanced Printer Spooler CONFLICTS+= cups-[0-9]* -USE_TOOLS+= gmake +USE_TOOLS+= chgrp chown gmake USE_LIBTOOL= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig GNU_CONFIGURE= yes @@ -25,6 +26,8 @@ CONFIGURE_ARGS+= --with-printcap_path="${PRINTCAP_PATH}" CONFIGURE_ARGS+= --with-filterdir="${FILTER_DIR}" CONFIGURE_ARGS+= --with-filter_path="${FILTER_PATH}" CONFIGURE_ARGS+= --with-ld_library_path="${FILTER_LD_PATH}" +CONFIGURE_ENV+= ac_cv_path_CHGRP="${TOOLS_CHGRP}" +CONFIGURE_ENV+= ac_cv_path_CHOWN="${TOOLS_CHOWN}" .include "options.mk" -- cgit v1.2.3