Fix the execution of the pkg-install script for the port's post-install

case.  When I tested my porting work, I kept on using ``make package''
and testing the installation of the package, without testing the
"install from the port" case.

Reported by:	Mike Harding <mvh@corp.namesafe.com>
This commit is contained in:
Sheldon Hearn 2001-03-06 11:39:27 +00:00
parent 01c3a17556
commit 42e056f1d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39122
2 changed files with 2 additions and 2 deletions

View File

@ -56,6 +56,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \
${PREFIX}/include/apache/modules/perl
${INSTALL_PROGRAM} ${WRKSRC}/apaci/libperl.so ${PREFIX}/libexec/apache
${SH} ${PKGINSTALL}
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} POST-INSTALL
.include <bsd.port.post.mk>

View File

@ -56,6 +56,6 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \
${PREFIX}/include/apache/modules/perl
${INSTALL_PROGRAM} ${WRKSRC}/apaci/libperl.so ${PREFIX}/libexec/apache
${SH} ${PKGINSTALL}
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} POST-INSTALL
.include <bsd.port.post.mk>