summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>2000-09-14 19:38:44 +0000
committerBill Fumerola <billf@FreeBSD.org>2000-09-14 19:38:44 +0000
commit1f04f0dd698f8d665a5300a6c22cf1eb1611e7b2 (patch)
tree9689a7502d2bc35e6732f9c100f25d6c5db1d679
parentAdd missing file (lib/mozilla/libjpeg.so). (diff)
Use ${SH} to execute ${PKGDIR}/INSTALL
Submitted by: se
Notes
Notes: svn path=/head/; revision=32620
-rw-r--r--mail/postfix-current/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 0f4a56dc5120..1da3f5d719e8 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/Makefile
@@ -76,7 +76,7 @@ post-patch:
${ECHO} "all: default" >> Makefile)
pre-install:
- @${PKGDIR}/INSTALL Postfix PRE-INSTALL
+ @${SH} @${PKGDIR}/INSTALL Postfix PRE-INSTALL
do-install:
@${MKDIR} -m 755 ${PREFIX}/etc/postfix