aboutsummaryrefslogtreecommitdiffstats
path: root/mail/postfix211
diff options
context:
space:
mode:
authorohauer <ohauer@FreeBSD.org>2016-02-28 17:01:45 +0800
committerohauer <ohauer@FreeBSD.org>2016-02-28 17:01:45 +0800
commit6f59a10a4dedd4eb26ff434e6bfaa69bdd5a0a8c (patch)
treecd959b6c5a70912318cf191fdc268d0686ae7203 /mail/postfix211
parent468a85a3607f192d6317db6202ea1d008ecf61c2 (diff)
downloadfreebsd-ports-gnome-6f59a10a4dedd4eb26ff434e6bfaa69bdd5a0a8c.tar.gz
freebsd-ports-gnome-6f59a10a4dedd4eb26ff434e6bfaa69bdd5a0a8c.tar.zst
freebsd-ports-gnome-6f59a10a4dedd4eb26ff434e6bfaa69bdd5a0a8c.zip
- fix PKGBASE
Noted by: antoine@
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