Call the ${PKGINSTALL} script via ${SH} so that it works in case the
ports tree is mounted noexec.
This commit is contained in:
parent
bb36bc797c
commit
ac5fe491bd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86396
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user