summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/popper/Makefile2
-rw-r--r--security/drweb-sendmail/Makefile2
-rw-r--r--security/drweb/Makefile2
-rw-r--r--www/apache13-modssl/Makefile2
-rw-r--r--www/apache13/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/mail/popper/Makefile b/mail/popper/Makefile
index d6eb3ea1776f..65b9733c6550 100644
--- a/mail/popper/Makefile
+++ b/mail/popper/Makefile
@@ -55,7 +55,7 @@ post-patch:
$(CP) ${FILESDIR}/sendto.c ${WRKSRC}
pre-install:
- PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} PRE-INSTALL
+ PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL
do-install:
cd ${WRKSRC} && \
diff --git a/security/drweb-sendmail/Makefile b/security/drweb-sendmail/Makefile
index 53ff5f94be9f..909b43ea8966 100644
--- a/security/drweb-sendmail/Makefile
+++ b/security/drweb-sendmail/Makefile
@@ -122,7 +122,7 @@ do-install:
fi
post-install:
- PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} POST-INSTALL
+ PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} POST-INSTALL
@echo
@${CAT} pkg-message
@echo
diff --git a/security/drweb/Makefile b/security/drweb/Makefile
index 4addfcf0fde4..3d9d45d69ece 100644
--- a/security/drweb/Makefile
+++ b/security/drweb/Makefile
@@ -55,6 +55,6 @@ do-install:
${PATCH} -s < ${FILESDIR}/update-patch && ${RM} update.pl.orig
post-install:
- PKG_PREFIX=${PREFIX} ./pkg-install ${PKGNAME} POST-INSTALL
+ PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
diff --git a/www/apache13-modssl/Makefile b/www/apache13-modssl/Makefile
index f6c22df0e35e..f64a5c524eec 100644
--- a/www/apache13-modssl/Makefile
+++ b/www/apache13-modssl/Makefile
@@ -115,7 +115,7 @@ certificate:
&& ${MAKE} certificate TYPE=${TYPE} CRT=${CRT} KEY=${KEY}
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 \
diff --git a/www/apache13/Makefile b/www/apache13/Makefile
index 686e0a7b6b6d..2c4e3bf8d4a7 100644
--- a/www/apache13/Makefile
+++ b/www/apache13/Makefile
@@ -66,7 +66,7 @@ MAN1= dbmmanage.1 htdigest.1 htpasswd.1
MAN8= ab.8 apachectl.8 apxs.8 httpd.8 logresolve.8 rotatelogs.8
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 \