summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-04-21 04:18:02 +0000
committerdholland <dholland@pkgsrc.org>2012-04-21 04:18:02 +0000
commitedf4c2ceb75bdf46a29f150261dbb3bd28fbdfb5 (patch)
treead209321f803b6330ea06cb5df913815a4a92470 /print
parent98e968149b22a60ad3b5291edb2087602f2351bc (diff)
downloadpkgsrc-edf4c2ceb75bdf46a29f150261dbb3bd28fbdfb5.tar.gz
Set chown/chgrp by a method that doesn't allow the configure script to
come up with a different opinion. Fixes workdir references (to the chown/chgrp in work/.tools) appearing in some cases.
Diffstat (limited to 'print')
-rw-r--r--print/LPRng-core/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/LPRng-core/Makefile b/print/LPRng-core/Makefile
index 9f1180bb691..1c2c92a40da 100644
--- a/print/LPRng-core/Makefile
+++ b/print/LPRng-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2012/04/19 21:04:53 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2012/04/21 04:18:02 dholland Exp $
DISTNAME= LPRng-3.8.28
PKGNAME= LPRng-core-3.8.28
@@ -28,8 +28,8 @@ CONFIGURE_ARGS+= --with-printcap_path=${PRINTCAP_PATH:Q}
CONFIGURE_ARGS+= --with-filterdir=${FILTER_DIR:Q}
CONFIGURE_ARGS+= --with-filter_path=${FILTER_PATH:Q}
CONFIGURE_ARGS+= --with-ld_library_path=${FILTER_LD_PATH:Q}
-CONFIGURE_ENV+= CHGRP=${TOOLS_CHGRP:Q}
-CONFIGURE_ENV+= CHOWN=${TOOLS_CHOWN:Q}
+CONFIGURE_ENV+= ac_cv_path_CHGRP=${TOOLS_CHGRP:Q}
+CONFIGURE_ENV+= ac_cv_path_CHOWN=${TOOLS_CHOWN:Q}
.include "options.mk"