diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-06 19:59:29 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-06 19:59:29 +0000 |
commit | 60532c8c60c73ebda29a7cf5445772530c5c6f12 (patch) | |
tree | 89378504c9023e591189346cd0dbbb211a0cf726 /mail/postfix/Makefile | |
parent | d25dd089f145579333e0db6581d45748d7cfb67b (diff) | |
download | ports-60532c8c60c73ebda29a7cf5445772530c5c6f12.tar.gz ports-60532c8c60c73ebda29a7cf5445772530c5c6f12.zip |
Notes
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 793fe9f6c906..cbf06a2ebf93 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/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 |