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:
parent
01c3a17556
commit
42e056f1d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39122
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user