diff options
author | dholland <dholland@pkgsrc.org> | 2012-04-21 04:18:02 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-04-21 04:18:02 +0000 |
commit | 385c7d0cabdd7db063243a58715af43c2404f985 (patch) | |
tree | ad209321f803b6330ea06cb5df913815a4a92470 /print | |
parent | 16d813dbf414adb53f98b1e33a4c44d4907c8ad7 (diff) | |
download | pkgsrc-385c7d0cabdd7db063243a58715af43c2404f985.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/Makefile | 6 |
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" |