aboutsummaryrefslogtreecommitdiff
path: root/games/libshhcards
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 /games/libshhcards
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 'games/libshhcards')
-rw-r--r--games/libshhcards/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/libshhcards/Makefile b/games/libshhcards/Makefile
index b5e375559ab8..260654ca433d 100644
--- a/games/libshhcards/Makefile
+++ b/games/libshhcards/Makefile
@@ -3,7 +3,7 @@
PORTNAME= libshhcards
PORTVERSION= 1.0.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://shh.thathost.com/pub-unix/files/
DISTNAME= shhcards-${PORTVERSION}
@@ -19,7 +19,7 @@ MAKE_ENV= WITHOUT_PROFILE=yes __MAKE_CONF=/dev/null SRCCONF=/dev/null
OPTIONS_DEFINE= DOCS
do-install:
- ${INSTALL_LIB} ${WRKSRC}/libshhcards.a ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/libshhcards.a ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libshhcards.so ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/libshhcards.so.1 ${STAGEDIR}${PREFIX}/lib
${INSTALL} ${WRKSRC}/shhcards.h ${STAGEDIR}${PREFIX}/include