aboutsummaryrefslogtreecommitdiff
path: root/mail/sendmail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2018-06-29 04:31:57 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2018-06-29 04:31:57 +0000
commit584662f813538ae99421520e01aacd866de60b2c (patch)
treee1e93940187136d23b3c18431f034b3b7628cd5d /mail/sendmail
parent4e06d8d6a55738271f4137b241e715cdfff75bf7 (diff)
downloadports-584662f813538ae99421520e01aacd866de60b2c.tar.gz
ports-584662f813538ae99421520e01aacd866de60b2c.zip
- drop PKGNAMESUFFIX on FreeBSD-12
Notes
Notes: svn path=/head/; revision=473527
Diffstat (limited to 'mail/sendmail')
-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}