From edf4c2ceb75bdf46a29f150261dbb3bd28fbdfb5 Mon Sep 17 00:00:00 2001 From: dholland Date: Sat, 21 Apr 2012 04:18:02 +0000 Subject: 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. --- print/LPRng-core/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print') 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" -- cgit v1.2.3