aboutsummaryrefslogtreecommitdiff
path: root/comms/libfec
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 14:04:50 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 14:04:50 +0000
commit178592ab3637bd38a2921320ded2c7aada16c651 (patch)
tree9e0a5f2bf0bf9056a0f900431decc1e0f872c25a /comms/libfec
parentce08871d8a541cb702985fc10424d4c96de022df (diff)
downloadports-178592ab3637bd38a2921320ded2c7aada16c651.tar.gz
ports-178592ab3637bd38a2921320ded2c7aada16c651.zip
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=385787
Diffstat (limited to 'comms/libfec')
-rw-r--r--comms/libfec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/libfec/Makefile b/comms/libfec/Makefile
index 3974f3526185..9330e2b0ab24 100644
--- a/comms/libfec/Makefile
+++ b/comms/libfec/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libfec
PORTVERSION= 3.0.1
+PORTREVISION= 1
CATEGORIES= comms astro hamradio math
MASTER_SITES= http://www.ka9q.net/code/fec/ \
${MASTER_SITE_LOCAL}
@@ -39,7 +40,7 @@ do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib
@${MKDIR} ${STAGEDIR}${MAN3PREFIX}/man/man3
${INSTALL_DATA} ${WRKSRC}/fec.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_LIB} ${WRKSRC}/libfec.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libfec.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libfec.so ${STAGEDIR}${PREFIX}/lib
.for _man in dsp.3 simd-viterbi.3 rs.3
${INSTALL_MAN} ${WRKSRC}/${_man} ${STAGEDIR}${MAN3PREFIX}/man/man3