diff options
author | billf <billf@FreeBSD.org> | 2000-09-26 16:57:28 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2000-09-26 16:57:28 +0800 |
commit | 8af2f324c4851a818344f014738d47eafd292bb7 (patch) | |
tree | 25b5c8fe4a046d29cfeb4932b651e280ec50ebcf /mail | |
parent | 4a58e3c2d6c25c7ad3f0d372d73de5140b86fe08 (diff) | |
download | freebsd-ports-gnome-8af2f324c4851a818344f014738d47eafd292bb7.tar.gz freebsd-ports-gnome-8af2f324c4851a818344f014738d47eafd292bb7.tar.zst freebsd-ports-gnome-8af2f324c4851a818344f014738d47eafd292bb7.zip |
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')
-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 6f73fac6b76b..5ed4b8ba53a8 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 |