aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix-current/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1999-09-10 20:41:45 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1999-09-10 20:41:45 +0000
commite9f1047587387cd5df9e8768d176211b2fe46c0a (patch)
tree69b789a633f54fb6a1d9abc83d6b595a0beb911c /mail/postfix-current/Makefile
parent25d8afc84d3487f7dbdc9ef94f81675a6ff04725 (diff)
downloadports-e9f1047587387cd5df9e8768d176211b2fe46c0a.tar.gz
ports-e9f1047587387cd5df9e8768d176211b2fe46c0a.zip
Notes
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r--mail/postfix-current/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile
index 552b4df43d0f..075d6d51784d 100644
--- a/mail/postfix-current/Makefile
+++ b/mail/postfix-current/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 ;\