1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Call the ${PKGINSTALL} script via ${SH} so that it works in case the

ports tree is mounted noexec.
This commit is contained in:
Akinori MUSHA 2003-08-06 17:34:41 +00:00
parent bb36bc797c
commit ac5fe491bd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86396

View File

@ -204,7 +204,7 @@ certificate:
&& ${MAKE} certificate TYPE=${TYPE} CRT=${CRT} KEY=${KEY}
pre-install:
@${PKGINSTALL} ${PKGNAME} PRE-INSTALL
@${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL
post-install:
${INSTALL_DATA} ${WRKSRC}/apache.sh ${PREFIX}/etc/rc.d/apache.sh-dist