aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 22:04:50 +0800
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-08 22:04:50 +0800
commit178592ab3637bd38a2921320ded2c7aada16c651 (patch)
tree9e0a5f2bf0bf9056a0f900431decc1e0f872c25a /lang
parentce08871d8a541cb702985fc10424d4c96de022df (diff)
downloadfreebsd-ports-gnome-178592ab3637bd38a2921320ded2c7aada16c651.tar.gz
freebsd-ports-gnome-178592ab3637bd38a2921320ded2c7aada16c651.tar.zst
freebsd-ports-gnome-178592ab3637bd38a2921320ded2c7aada16c651.zip
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'lang')
-rw-r--r--lang/p2c/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile
index 4d086ab2e802..44ab01b9de83 100644
--- a/lang/p2c/Makefile
+++ b/lang/p2c/Makefile
@@ -3,7 +3,7 @@
PORTNAME= p2c
PORTVERSION= 1.21a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= lang
MASTER_SITES= http://darkstar.ist.utl.pt/slackware/slackware_source/d/p2c/ \
http://www.slackware.at/data/slackware-10.0/source/d/p2c/
@@ -26,7 +26,7 @@ do-install:
${STAGEDIR}${PREFIX}/bin)
(cd ${WRKSRC} && ${INSTALL_SCRIPT} p2cc \
${STAGEDIR}${PREFIX}/bin)
- (cd ${WRKSRC} && ${INSTALL_LIB} libp2c.a \
+ (cd ${WRKSRC} && ${INSTALL_DATA} libp2c.a \
${STAGEDIR}${PREFIX}/lib)
@${MKDIR} ${STAGEDIR}${PREFIX}/include/p2c
(cd ${WRKSRC} && ${INSTALL_DATA} p2c.h \