svn commit: r539572 - head/graphics/qcustomplot-qt5
Yuri Victorovich
yuri at FreeBSD.org
Thu Jun 18 21:47:40 UTC 2020
Author: yuri
Date: Thu Jun 18 21:47:39 2020
New Revision: 539572
URL: https://svnweb.freebsd.org/changeset/ports/539572
Log:
graphics/qcustomplot-qt5: Simplify the Makefile
Modified:
head/graphics/qcustomplot-qt5/Makefile
Modified: head/graphics/qcustomplot-qt5/Makefile
==============================================================================
--- head/graphics/qcustomplot-qt5/Makefile Thu Jun 18 20:36:08 2020 (r539571)
+++ head/graphics/qcustomplot-qt5/Makefile Thu Jun 18 21:47:39 2020 (r539572)
@@ -34,11 +34,10 @@ do-build:
qcustomplot.cpp \
qcustomplot_moc.cpp \
-o ${WRKSRC}/libQCustomPlot${SUFFIX}.so \
- -Wl,-soname,libQCustomPlot${SUFFIX}.so && \
- ${STRIP_CMD} ${WRKSRC}/libQCustomPlot${SUFFIX}.so
+ -Wl,-soname,libQCustomPlot${SUFFIX}.so
do-install:
${INSTALL_DATA} ${WRKSRC}/qcustomplot.h ${STAGEDIR}${PREFIX}/include
- ${INSTALL_DATA} ${WRKSRC}/libQCustomPlot${SUFFIX}.so ${STAGEDIR}${PREFIX}/lib
+ ${INSTALL_LIB} ${WRKSRC}/libQCustomPlot${SUFFIX}.so ${STAGEDIR}${PREFIX}/lib
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list