diff options
Diffstat (limited to 'security/linux-c7-cyrus-sasl2/Makefile')
-rw-r--r-- | security/linux-c7-cyrus-sasl2/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/security/linux-c7-cyrus-sasl2/Makefile b/security/linux-c7-cyrus-sasl2/Makefile index 7d2e3de930fb..60e9c3f66c3d 100644 --- a/security/linux-c7-cyrus-sasl2/Makefile +++ b/security/linux-c7-cyrus-sasl2/Makefile @@ -7,20 +7,20 @@ DISTVERSIONSUFFIX= -23.el7 PORTREVISION= 4 CATEGORIES= security linux PKGNAMESUFFIX= -lib -LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* - -DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr -DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} -LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes +LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL} + +CONFLICTS= linux-c6-${PORTNAME}${PKGNAMESUFFIX}-[0-9]* +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} + OPTIONS_DEFINE= DOCS .include <bsd.port.mk> |