diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-06 19:59:29 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-06 19:59:29 +0000 |
commit | 89ee78e3fb4f619911ee8712c0d2cc958b73437c (patch) | |
tree | 80afbc859b5c4698dc0dc83133a6196161100401 /mail/postfix21/Makefile | |
parent | 9b45a8fbc4f47b2360c80272d3367f6d3d1a6de2 (diff) | |
download | FreeBSD-ports-89ee78e3fb4f619911ee8712c0d2cc958b73437c.zip FreeBSD-ports-89ee78e3fb4f619911ee8712c0d2cc958b73437c.tar.gz |
Update to 1.1.8
Re-enable IPv6 with non official patch
PR: 37798
Submitted by: maintainer
Diffstat (limited to 'mail/postfix21/Makefile')
-rw-r--r-- | mail/postfix21/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix21/Makefile b/mail/postfix21/Makefile index 793fe9f..cbf06a2 100644 --- a/mail/postfix21/Makefile +++ b/mail/postfix21/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.7 +PORTVERSION= 1.1.8 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -112,6 +112,7 @@ post-install: # if we run etc/postfix/post-install again during package installation, # it will complain about missing files. @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/fix-files-list + @${CAT} ${PKGMESSAGE} post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc |