diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-05-24 22:27:34 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2009-05-24 22:27:34 +0000 |
commit | be51578184d557010d1fa51a27acfade640d923f (patch) | |
tree | 32a8f5d136aaace2550afe7c852a1f9de77d9066 /mail/postfix23/Makefile | |
parent | 7a1e3cc0844503e4db0e0868c81897e5774f0f91 (diff) |
Notes
Diffstat (limited to 'mail/postfix23/Makefile')
-rw-r--r-- | mail/postfix23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix23/Makefile b/mail/postfix23/Makefile index 119dd404279e..ccb9b9c5cc6b 100644 --- a/mail/postfix23/Makefile +++ b/mail/postfix23/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.3.16 +PORTVERSION= 2.3.17 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -252,7 +252,7 @@ do-configure: CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ ${ECHO} "all: default" >> Makefile) -pre-install: +pre-su-install: @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL do-install: |