diff options
author | jlam <jlam> | 2005-05-03 22:17:17 +0000 |
---|---|---|
committer | jlam <jlam> | 2005-05-03 22:17:17 +0000 |
commit | 5979048cd5178b0bb32b797a4479d664135e48c9 (patch) | |
tree | edfc4e33d94742cf5e2f9728dddbe51065d5969d /www/apache | |
parent | 9a221702a8df6503fd577d5ce0b4de1e0fbaed30 (diff) | |
download | pkgsrc-5979048cd5178b0bb32b797a4479d664135e48c9.tar.gz |
Remove an instance of ${TYPE} from pkgsrc. The use of the private
variable _INSTALL_CMD is only temporary until we switch over to the
new tools framework.
Diffstat (limited to 'www/apache')
-rw-r--r-- | www/apache/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/apache/Makefile b/www/apache/Makefile index 20b6fc1f3b2..838212a8d63 100644 --- a/www/apache/Makefile +++ b/www/apache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.162 2005/04/18 14:40:17 wiz Exp $ +# $NetBSD: Makefile,v 1.163 2005/05/03 22:17:17 jlam Exp $ # # This pkg does not compile in mod_ssl, only the `mod_ssl EAPI' (a set of # code hooks that allow mod_ssl to be compiled separately later, if desired). @@ -186,7 +186,7 @@ pre-patch: post-patch: @cd ${WRKSRC}/src/support; \ - ${SED} -e "s|@INSTALL@|"`${TYPE} ${INSTALL} | ${AWK} '{ print $$NF }'`" -c -o ${LIBOWN} -g ${LIBGRP}|" \ + ${SED} -e "s|@INSTALL@|"${_INSTALL_CMD:Q}" -c -o ${LIBOWN} -g ${LIBGRP}|" \ apxs.pl > apxs.pl.sed; \ ${MV} apxs.pl.sed apxs.pl |