aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2018-06-29 12:31:57 +0800
committerdinoex <dinoex@FreeBSD.org>2018-06-29 12:31:57 +0800
commitad457f97f66440a17632b294b3ff26b4e00f8b84 (patch)
treee1e93940187136d23b3c18431f034b3b7628cd5d /mail
parent2430e19197129f87521df312d13b35c8d2668851 (diff)
downloadfreebsd-ports-gnome-ad457f97f66440a17632b294b3ff26b4e00f8b84.tar.gz
freebsd-ports-gnome-ad457f97f66440a17632b294b3ff26b4e00f8b84.tar.zst
freebsd-ports-gnome-ad457f97f66440a17632b294b3ff26b4e00f8b84.zip
- drop PKGNAMESUFFIX on FreeBSD-12
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index 97aeaa3a3452..c44f3d41140d 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -5,7 +5,6 @@ PORTVERSION= 8.15.2
PORTREVISION= 10
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.sendmail.org/pub/sendmail/
-PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2}
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
@@ -75,6 +74,11 @@ GDBM_CONFIGURE_WITH= compat
SMTPUTF8_LIB_DEPENDS= libidn2.so:dns/libidn2 libicui18n.so:devel/icu
.include <bsd.port.options.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1200000
+PKGNAMESUFFIX?= ${TLS_SUFFIX}${SASL_SUFFIX}${LDAP_SUFFIX}${BDB_SUFFIX}${PKGNAMESUFFIX2}
+.endif
+
.if ${PORT_OPTIONS:MSHMEM} && !defined(BUILDING_INDEX)
IPCCHECK!= ipcrm -q 0 2>&1 || true
.if ${IPCCHECK:Mimplemented}