diff options
author | torstenb <torstenb@FreeBSD.org> | 1999-09-10 20:41:45 +0000 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1999-09-10 20:41:45 +0000 |
commit | 3ee6f10620e345952c51a8dbaa78c2bd72a73a22 (patch) | |
tree | bb3ce3e78e80f4665c1e5ac38f527e8aa7ed517d /mail/postfix/Makefile | |
parent | 62ec8217d7c5bc2e00fb2dd51aa602ee203324c3 (diff) | |
download | FreeBSD-ports-3ee6f10620e345952c51a8dbaa78c2bd72a73a22.zip FreeBSD-ports-3ee6f10620e345952c51a8dbaa78c2bd72a73a22.tar.gz |
Upgrade to postfix 19990906 pl 02
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 552b4df..075d6d5 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -6,7 +6,8 @@ # $FreeBSD$ # -DISTNAME= postfix-19990601 +DISTNAME= postfix-19990906-pl02 +PKGNAME= postfix-19990906.02 CATEGORIES= mail MASTER_SITES= ftp://ftp.merit.edu/postfix/official/ \ ftp://ftp.snoopy.net/pub/mirrors/postfix/official/ \ @@ -53,7 +54,7 @@ do-install: @${INSTALL} -C -o root -g wheel -m 755 ${WRKSRC}/conf/postfix-script-sgid \ ${PREFIX}/etc/postfix/postfix-script @${MKDIR} -m 0755 ${PREFIX}/libexec/postfix - @for f in bounce cleanup error fsstone local master pickup pipe qmgr \ + @for f in bounce cleanup error local master pickup pipe qmgr \ showq smtp smtpd trivial-rewrite ; do \ ${INSTALL} -C -o root -g wheel -m 0755 ${WRKSRC}/libexec/$$f \ ${PREFIX}/libexec/postfix/$$f ;\ |