diff options
author | billf <billf@FreeBSD.org> | 2000-09-26 08:57:28 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-09-26 08:57:28 +0000 |
commit | 8af2f324c4851a818344f014738d47eafd292bb7 (patch) | |
tree | 25b5c8fe4a046d29cfeb4932b651e280ec50ebcf /mail/postfix-current | |
parent | 4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08 (diff) | |
download | FreeBSD-ports-8af2f324c4851a818344f014738d47eafd292bb7.zip FreeBSD-ports-8af2f324c4851a818344f014738d47eafd292bb7.tar.gz |
3 commits to make one line work? I must have a empty dumptruck with only a little
white powder still left in it...
Submitted by: Miha Nedok <mike@mike.unix-systems.net>
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 6f73fac..5ed4b8b 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -76,7 +76,7 @@ post-patch: ${ECHO} "all: default" >> Makefile) pre-install: - @/bin/sh @${PKGDIR}/INSTALL Postfix PRE-INSTALL + @/bin/sh ${PKGDIR}/INSTALL Postfix PRE-INSTALL do-install: @${MKDIR} -m 755 ${PREFIX}/etc/postfix |