aboutsummaryrefslogtreecommitdiffstats
path: root/security/axTLS
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-09 09:12:50 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-09 09:12:50 +0800
commitf68b88211587829195f10a795aa2acfb1b2fa1c9 (patch)
treea04ffd763f14248f3f166409939cc5c786554d06 /security/axTLS
parenta7632b78f18725ef17b197b0d614efcdb5996c2f (diff)
downloadfreebsd-ports-gnome-f68b88211587829195f10a795aa2acfb1b2fa1c9.tar.gz
freebsd-ports-gnome-f68b88211587829195f10a795aa2acfb1b2fa1c9.tar.zst
freebsd-ports-gnome-f68b88211587829195f10a795aa2acfb1b2fa1c9.zip
- Don't install static libraries with INSTALL_LIB (part 2/2)
Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'security/axTLS')
-rw-r--r--security/axTLS/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/axTLS/Makefile b/security/axTLS/Makefile
index f106b56e4cdd..15d6eab9350e 100644
--- a/security/axTLS/Makefile
+++ b/security/axTLS/Makefile
@@ -3,7 +3,7 @@
PORTNAME= axTLS
PORTVERSION= 1.4.9
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= security devel net
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTVERSION}
@@ -102,7 +102,7 @@ post-build:
.endif
do-install:
- ${INSTALL_LIB} ${STAGE}/libaxtls.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${STAGE}/libaxtls.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${STAGE}/libaxtls.so.1.2 ${STAGEDIR}${PREFIX}/lib
${LN} -s libaxtls.so.1.2 ${STAGEDIR}${PREFIX}/lib/libaxtls.so.1
${LN} -fs libaxtls.so.1 ${STAGEDIR}${PREFIX}/lib/libaxtls.so