diff options
Diffstat (limited to 'security/linux-c7-cyrus-sasl2/Makefile')
-rw-r--r-- | security/linux-c7-cyrus-sasl2/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/security/linux-c7-cyrus-sasl2/Makefile b/security/linux-c7-cyrus-sasl2/Makefile index a0803a32c602..16b6d96270c2 100644 --- a/security/linux-c7-cyrus-sasl2/Makefile +++ b/security/linux-c7-cyrus-sasl2/Makefile @@ -1,24 +1,24 @@ # Created by: Piotr Kubaj <pkubaj@anongoth.pl> # $FreeBSD$ -PORTNAME= cyrus-sasl2 +PORTNAME= cyrus-sasl PORTVERSION= 2.1.26 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security linux -DISTNAME= cyrus-sasl-lib-${PORTVERSION}-${RPMVERSION} -SRC_DISTFILES= cyrus-sasl-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE +PKGNAMESUFFIX= -lib +LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) -CONFLICT= linux-c6-${PORTNAME}-[0-9]* +CONFLICT= linux-c6-${LINUXNAME}-[0-9]* +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr +DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} +LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} RPMVERSION= 20.el7_2 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes -DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -DOCSDIR= ${PREFIX}/usr/share/doc/cyrus-sasl-lib-${PORTVERSION} - .include <bsd.port.mk> |