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/postfix27/Makefile | |
parent | - Update to 0.59 (diff) |
Fixup pkgnames.
PR: ports/184440, ports/184441, ports/184442, ports/184443, ports/184444, ports/184445, ports/184446, ports/184447, ports/184448, ports/184449, ports/184450
Submitted by: mat
Approved by: portmgr (bapt)
Diffstat (limited to '')
-rw-r--r-- | mail/postfix27/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 674aba041860..45f8bcc4a11a 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/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= 27 MAINTAINER= sahil@FreeBSD.org COMMENT= Secure alternative to widely-used Sendmail @@ -22,14 +23,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept VDAVERSION= 2.7.13 -CONFLICTS= courier-0.* postfix-1.* postfix-2.[0-689].* postfix-base-2.[0-689].* \ +CONFLICTS= courier-0.* postfix-1.* postfix2[89]-* \ 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]* USERS= postfix GROUPS= mail maildrop postfix -NO_LATEST_LINK= yes USES= perl5 USE_PERL5= build USE_SUBMAKE= yes @@ -227,7 +227,7 @@ PLIST_SUB+= TEST="@comment " .endif .if ${PORT_OPTIONS:MINST_BASE} -PKGNAMESUFFIX= -base +PKGNAMESUFFIX= 27-base PREFIX= /usr ETCDIR= /etc/postfix USE_RCORDER= postfix |