Index: head/security/linux-c6-openssl-compat/pkg-descr =================================================================== --- head/security/linux-c6-openssl-compat/pkg-descr (revision 418835) +++ head/security/linux-c6-openssl-compat/pkg-descr (nonexistent) @@ -1,3 +0,0 @@ -asdf - -WWW: http://xmj.me Property changes on: head/security/linux-c6-openssl-compat/pkg-descr ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/linux-c6-openssl-compat/Makefile =================================================================== --- head/security/linux-c6-openssl-compat/Makefile (revision 418835) +++ head/security/linux-c6-openssl-compat/Makefile (revision 418836) @@ -1,31 +1,34 @@ # Created by: Artyom Mirgorodskiy # $FreeBSD$ PORTNAME= openssl-compat PORTVERSION= 0.9.8e PORTREVISION= 3 CATEGORIES= security linux DISTNAME= openssl098e-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= OpenSSL toolkit (Linux CentOS ${LINUX_DIST_VER}) -CONFLICTS= linux-openssl-[0-9]* linux-f10-openssl-[0-9]* +LICENSE= OpenSSL +LICENSE_FILE= ${WRKSRC}/usr/share/doc/openssl098e-${PORTVERSION}/LICENSE + +CONFLICTS= linux-f10-openssl-[0-9]* ONLY_FOR_ARCHS= i386 amd64 USE_LINUX= c6 USE_LINUX_RPM= yes RPMVERSION= 20.el6.centos.1 USE_LDCONFIG= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" DESCR= ${.CURDIR}/../openssl/pkg-descr post-install: . if defined(OVERRIDE_LINUX_BASE_PORT) && ${OVERRIDE_LINUX_BASE_PORT} == "c6_64" @cd ${STAGEDIR}${PREFIX}/usr/lib64 && ${LN} -sf libssl.so.6 libssl.so.7 . else @cd ${STAGEDIR}${PREFIX}/usr/lib && ${LN} -sf libssl.so.6 libssl.so.7 . endif .include