diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2002-05-07 03:59:29 +0800 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2002-05-07 03:59:29 +0800 |
commit | 89ee78e3fb4f619911ee8712c0d2cc958b73437c (patch) | |
tree | 80afbc859b5c4698dc0dc83133a6196161100401 /mail/postfix22/Makefile | |
parent | 9b45a8fbc4f47b2360c80272d3367f6d3d1a6de2 (diff) | |
download | freebsd-ports-gnome-89ee78e3fb4f619911ee8712c0d2cc958b73437c.tar.gz freebsd-ports-gnome-89ee78e3fb4f619911ee8712c0d2cc958b73437c.tar.zst freebsd-ports-gnome-89ee78e3fb4f619911ee8712c0d2cc958b73437c.zip |
Update to 1.1.8
Re-enable IPv6 with non official patch
PR: 37798
Submitted by: maintainer
Diffstat (limited to 'mail/postfix22/Makefile')
-rw-r--r-- | mail/postfix22/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix22/Makefile b/mail/postfix22/Makefile index 793fe9f6c906..cbf06a2ebf93 100644 --- a/mail/postfix22/Makefile +++ b/mail/postfix22/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 |