diff options
| author | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 20:41:45 +0000 |
|---|---|---|
| committer | Torsten Blum <torstenb@FreeBSD.org> | 1999-09-10 20:41:45 +0000 |
| commit | e9f1047587387cd5df9e8768d176211b2fe46c0a (patch) | |
| tree | 69b789a633f54fb6a1d9abc83d6b595a0beb911c /mail/postfix25/Makefile | |
| parent | 25d8afc84d3487f7dbdc9ef94f81675a6ff04725 (diff) | |
Upgrade to postfix 19990906 pl 02
Diffstat (limited to 'mail/postfix25/Makefile')
| -rw-r--r-- | mail/postfix25/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix25/Makefile b/mail/postfix25/Makefile index 552b4df43d0f..075d6d51784d 100644 --- a/mail/postfix25/Makefile +++ b/mail/postfix25/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 ;\ |
