Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2020 21:47:39 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r539572 - head/graphics/qcustomplot-qt5
Message-ID:  <202006182147.05ILldRt092214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006182147.05ILldRt092214>