summaryrefslogtreecommitdiff
path: root/security/linux-c7-openssl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/linux-c7-openssl/Makefile')
-rw-r--r--security/linux-c7-openssl/Makefile17
1 files changed, 8 insertions, 9 deletions
diff --git a/security/linux-c7-openssl/Makefile b/security/linux-c7-openssl/Makefile
index ac1e03de9ff0..b000822f4d7e 100644
--- a/security/linux-c7-openssl/Makefile
+++ b/security/linux-c7-openssl/Makefile
@@ -3,26 +3,25 @@
PORTNAME= openssl
PORTVERSION= 1.0.1e
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security linux
-BIN_DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-LIB_DISTFILES= ${PORTNAME}-libs-${PORTVERSION}-${RPMVERSION}${EXTRACT_SUFX}
-SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE
+PKGNAMESUFFIX= -libs
+LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL}
MAINTAINER= emulation@FreeBSD.org
-COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER})
+COMMENT= OpenSSL libraries (Linux CentOS ${LINUX_DIST_VER})
LICENSE= OpenSSL
-LICENSE_FILE= ${WRKSRC}/usr/share/doc/${PORTNAME}-${PORTVERSION}/LICENSE
+LICENSE_FILE= ${WRKSRC}/usr/share/doc/${LINUXNAME}-${PORTVERSION}/LICENSE
CONFLICTS= linux-c6-${PORTNAME}-[0-9]*
+DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
+DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION}
+LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX}
RPMVERSION= 60.el7
USES= linux:c7
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
-PLIST_SUB+= PORTVERSION="${PORTVERSION}"
-DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr
-
.include <bsd.port.mk>