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

Oops, CVS not change access bits on removing/adding, so use ${SH} trick

This commit is contained in:
Andrey A. Chernov 2001-10-29 20:11:04 +00:00
parent 32be33fe8b
commit 37108b1d5a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=49343
4 changed files with 4 additions and 4 deletions

View File

@ -66,7 +66,7 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.orig"|${XARGS} ${RM} -f
pre-install:
PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \

View File

@ -66,7 +66,7 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.orig"|${XARGS} ${RM} -f
pre-install:
PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \

View File

@ -66,7 +66,7 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.orig"|${XARGS} ${RM} -f
pre-install:
PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \

View File

@ -66,7 +66,7 @@ post-patch:
@${FIND} ${WRKSRC} -name "*.orig"|${XARGS} ${RM} -f
pre-install:
PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL
PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \