svn commit: r386898 - branches/2015Q2/cad/qcad
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed May 20 22:00:24 UTC 2015
Author: amdmi3
Date: Wed May 20 22:00:23 2015
New Revision: 386898
URL: https://svnweb.freebsd.org/changeset/ports/386898
Log:
MFH: r386828
- Don't install static libraries with INSTALL_LIB
Approved by: portmgr blanket
Approved by: ports-secteam (delphij)
Modified:
branches/2015Q2/cad/qcad/Makefile
Directory Properties:
branches/2015Q2/ (props changed)
Modified: branches/2015Q2/cad/qcad/Makefile
==============================================================================
--- branches/2015Q2/cad/qcad/Makefile Wed May 20 21:56:42 2015 (r386897)
+++ branches/2015Q2/cad/qcad/Makefile Wed May 20 22:00:23 2015 (r386898)
@@ -3,7 +3,7 @@
PORTNAME= qcad
PORTVERSION= 3.7.5.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= cad
MASTER_SITES= http://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/ \
https://github.com/${PORTNAME}/${PORTNAME}/archive/${DISTNAME}.tar.gz?dummy=/
@@ -69,7 +69,7 @@ do-install:
${LN} -sf ${PREFIX}/lib/${lib}.0 ${STAGEDIR}${PREFIX}/lib/${lib}
.endfor
.for lib in ${STALIBS:C|^|lib|:C|$|.a|}
- ${INSTALL_LIB} ${RESDIR}/${lib} ${STAGEDIR}${PREFIX}/lib/
+ ${INSTALL_DATA} ${RESDIR}/${lib} ${STAGEDIR}${PREFIX}/lib/
.endfor
${MKDIR} ${STAGEDIR}${DATADIR}
.for dir in ${SHRDIR}
More information about the svn-ports-all
mailing list