diff options
author | Sahil Tandon <sahil@FreeBSD.org> | 2011-07-30 01:34:53 +0000 |
---|---|---|
committer | Sahil Tandon <sahil@FreeBSD.org> | 2011-07-30 01:34:53 +0000 |
commit | 87594aa042837e8f4ef075b1d26ff682cb6e14fc (patch) | |
tree | cd187241c064846076645c612fa866d50c93bad0 /mail/postfix27/Makefile | |
parent | b9f86503bbe0f49a4cfcc293248e3de02016555b (diff) |
- Update to 2.7.5
- Use ports framework to create USERS and GROUPS
- Remove unused replace() function from pkg-install
Notes
Notes:
svn path=/head/; revision=278549
Diffstat (limited to 'mail/postfix27/Makefile')
-rw-r--r-- | mail/postfix27/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 8e275f48f808..c711e21560d9 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.7.4 +PORTVERSION= 2.7.5 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -25,6 +25,8 @@ CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-689].* postfix-base-2.[0-689].* postfix-current-2.* postfix-current-base-2.* sendmail-8.* \ sendmail+*-8.* smail-3.* zmailer-2.* +USERS= postfix +GROUPS= mail maildrop postfix NO_LATEST_LINK= yes USE_SUBMAKE= yes USE_PERL5_BUILD=yes @@ -335,9 +337,6 @@ do-configure: CCARGS="${POSTFIX_CCARGS}" AUXLIBS="${POSTFIX_AUXLIBS}" && \ ${ECHO} "all: default" >> Makefile) -pre-su-install: - @${SETENV} ${SCRIPTS_ENV} PKG_PREFIX="${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL - do-install: @cd ${WRKSRC} && ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ config_directory=${ETCDIR} \ |