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.
This commit is contained in:
dholland 2012-04-21 04:18:02 +00:00
parent 98e968149b
commit edf4c2ceb7

View file

@ -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"