diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-05 11:10:49 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-12-05 11:10:49 +0000 |
commit | bcc4614ebb8e7cedfc57740463f77b8e5a210499 (patch) | |
tree | dbba8f7c619a6f7db5c86ae59117cfcf6e8fe57e /mail/postfix28 | |
parent | f5626c92ccbdd28dc45d72d67ddeb50615fd1b30 (diff) |
Notes
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index c0008577b2a5..349c58536be2 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,net/mail/postfix/official/&,} MASTER_SITE_SUBDIR= . old related/postfix DIST_SUBDIR= ${PORTNAME} +PKGNAMESUFFIX= 28 MAINTAINER= sahil@FreeBSD.org COMMENT= Secure alternative to widely-used Sendmail @@ -22,13 +23,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept VDAVERSION= 2.8.14 -CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-79].* postfix-base-2.[0-79].* \ +CONFLICTS= courier-0.* postfix-1.* postfix2[79]-* \ postfix-2.10.* postfix-base-2.10.* postfix-current-2.* \ postfix-current-base-2.* sendmail-8.* sendmail+*-8.* \ smail-3.* zmailer-2.* opensmtpd-[0-9]* -NO_LATEST_LINK= yes - USERS= postfix GROUPS= mail maildrop postfix USES= perl5 @@ -250,7 +249,7 @@ PLIST_SUB+= TEST="@comment " .endif .if ${PORT_OPTIONS:MINST_BASE} -PKGNAMESUFFIX= -base +PKGNAMESUFFIX= 28-base PREFIX= /usr ETCDIR= /etc/postfix USE_RCORDER= postfix |