Date: Fri, 29 Jun 2018 04:31:58 +0000 (UTC) From: Dirk Meyer <dinoex@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473527 - head/mail/sendmail Message-ID: <201806290431.w5T4Vwix085505@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dinoex Date: Fri Jun 29 04:31:57 2018 New Revision: 473527 URL: https://svnweb.freebsd.org/changeset/ports/473527 Log: - drop PKGNAMESUFFIX on FreeBSD-12 Modified: head/mail/sendmail/Makefile Modified: head/mail/sendmail/Makefile ============================================================================== --- head/mail/sendmail/Makefile Fri Jun 29 01:19:19 2018 (r473526) +++ head/mail/sendmail/Makefile Fri Jun 29 04:31:57 2018 (r473527) @@ -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}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806290431.w5T4Vwix085505>