aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-11-02 10:04:27 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-11-02 10:04:27 +0000
commit0c85b2532d1acb69c06416dc218159effa848fec (patch)
tree5da5a00b48cc894d9b71245455791ad98e2425f2 /security
parentb09902db7f3aebc0958be2670dfa257fb5307861 (diff)
downloadports-0c85b2532d1acb69c06416dc218159effa848fec.tar.gz
ports-0c85b2532d1acb69c06416dc218159effa848fec.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/drweb-sendmail/Makefile2
-rw-r--r--security/drweb/Makefile2
2 files changed, 2 insertions, 2 deletions
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>