From 606079b4698152ffa237b42e97aa20368eaa4753 Mon Sep 17 00:00:00 2001 From: perky Date: Fri, 6 Jun 2003 01:01:13 +0000 Subject: Change to use ${PKGINSTALL} instead of `pkg-install' to unbreak the build when WRKDIRPREFIX is defined. PR: 52973 Submitted by: Morten Rodal --- www/apache22/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/apache22') diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 8c30046bc135..73a3a7177247 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -134,7 +134,7 @@ post-patch: @${RM} -f ${WRKSRC}/docs/manual/index.html.ko.euc-kr pre-install: - PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL + PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: @if [ ! -f ${PREFIX}/etc/rc.d/apache2.sh ]; then \ -- cgit