diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-06 01:01:13 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-06-06 01:01:13 +0000 |
commit | e7d8f8fdf09e89a63fbc209013eef5e70b9bc641 (patch) | |
tree | e34a8ae409512e012cb13f4eab712a38ce69eabc /www/apache21 | |
parent | Add forgotten patch. (diff) |
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>
Notes
Notes:
svn path=/head/; revision=82339
Diffstat (limited to '')
-rw-r--r-- | www/apache21/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache21/Makefile b/www/apache21/Makefile index 8c30046bc135..73a3a7177247 100644 --- a/www/apache21/Makefile +++ b/www/apache21/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 \ |