aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix211
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2016-02-28 09:01:45 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2016-02-28 09:01:45 +0000
commit42051ece7544a8368a52e190fd84fb8de7dbf9d8 (patch)
treecd959b6c5a70912318cf191fdc268d0686ae7203 /mail/postfix211
parent1015bdf073ed57b47526b208f3ccbd17bbf556d1 (diff)
downloadports-42051ece7544a8368a52e190fd84fb8de7dbf9d8.tar.gz
ports-42051ece7544a8368a52e190fd84fb8de7dbf9d8.zip
- fix PKGBASE
Noted by: antoine@
Notes
Notes: svn path=/head/; revision=409729
Diffstat (limited to 'mail/postfix211')
-rw-r--r--mail/postfix211/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/postfix211/Makefile b/mail/postfix211/Makefile
index 69449459e688..756ecea6b137 100644
--- a/mail/postfix211/Makefile
+++ b/mail/postfix211/Makefile
@@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \
http://mirror.lhsolutions.nl/postfix-release/ \
ftp://postfix.mirrors.pair.com/
MASTER_SITES:= ${MASTER_SITES:S|$|official/|}
+PKGNAMESUFFIX?= 211
DIST_SUBDIR= ${PORTNAME}
MAINTAINER= ohauer@FreeBSD.org
@@ -98,9 +99,9 @@ MAKEFILEFLAGS+= CC="${CC}" OPT="${CFLAGS}"
.if ${PORT_OPTIONS:MINST_BASE}
.if defined(SASL_SLAVE)
-PKGNAMESUFFIX= -base-sasl
+PKGNAMESUFFIX= 211-base-sasl
.else
-PKGNAMESUFFIX= -base
+PKGNAMESUFFIX= 211-base
.endif
PREFIX= /usr
ETCDIR= /etc/postfix