diff options
Diffstat (limited to 'mail/postfix21/Makefile')
-rw-r--r-- | mail/postfix21/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 1e3e94f18b80..87c7f815ba94 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -7,6 +7,7 @@ PORTNAME= postfix PORTVERSION= 20010228.5 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ ftp://ftp.aet.tu-cottbus.de/pub/postfix_tls/%SUBDIR%/ \ @@ -38,7 +39,7 @@ CONF2= sample-aliases.cf sample-canonical.cf sample-debug.cf \ sample-filter.cf sample-flush.cf sample-local.cf sample-misc.cf \ sample-rate.cf sample-regexp.cf sample-relocated.cf \ sample-resource.cf sample-rewrite.cf sample-smtp.cf \ - sample-smtpd.cf sample-transport.cf sample-virtual.cf + sample-smtpd.cf sample-transport.cf sample-virtual.cf install.cf BIN1= bounce cleanup error flush lmtp local master pickup \ pipe qmgr showq smtp smtpd spawn trivial-rewrite @@ -76,6 +77,9 @@ pre-fetch: .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .endif +post-extract: + @${CP} ${FILESDIR}/install.cf ${WRKSRC}/conf + post-patch: (cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles ${MAKEFILEFLAGS} \ CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ |