diff options
author | perky <perky@FreeBSD.org> | 2003-06-06 01:01:13 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2003-06-06 01:01:13 +0000 |
commit | 606079b4698152ffa237b42e97aa20368eaa4753 (patch) | |
tree | 26ca53a5afe3fbf87312cd44a0d3bcfe64639f55 /www/apache20 | |
parent | 5709591bd474c1424a610dff725f700305ce8062 (diff) | |
download | FreeBSD-ports-606079b4698152ffa237b42e97aa20368eaa4753.zip FreeBSD-ports-606079b4698152ffa237b42e97aa20368eaa4753.tar.gz |
Change to use ${PKGINSTALL} instead of `pkg-install' to unbreak the build
when WRKDIRPREFIX is defined.
PR: 52973
Submitted by: Morten Rodal <morten@rodal.no>
Diffstat (limited to 'www/apache20')
-rw-r--r-- | www/apache20/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache20/Makefile b/www/apache20/Makefile index 8c30046..73a3a71 100644 --- a/www/apache20/Makefile +++ b/www/apache20/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 \ |