diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 19:52:22 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-05-08 19:52:22 +0000 |
commit | cf1cbcbcf52cf5b821cff3238848c7e53a07c7eb (patch) | |
tree | 95486b3d505545d075d479289a04bcad3a5e341e /mail/postfix-current/Makefile | |
parent | 02f310f19399373d46ed5c703833fcaee3efc975 (diff) |
Notes
Diffstat (limited to 'mail/postfix-current/Makefile')
-rw-r--r-- | mail/postfix-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index 3e59b6eb7ad6..b30c1844f082 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 1.1.7-20020331 +PORTVERSION= 1.1.8-20020505 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/ \ @@ -114,6 +114,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 |