svn commit: r363650 - head/devel/cpptest
Kurt Jaeger
pi at FreeBSD.org
Thu Jul 31 18:51:27 UTC 2014
Author: pi
Date: Thu Jul 31 18:51:26 2014
New Revision: 363650
URL: http://svnweb.freebsd.org/changeset/ports/363650
QAT: https://qat.redports.org/buildarchive/r363650/
Log:
devel/cpptest: fix Makefile, plist
Submitted by: Max Brazhnikov <makc at freebsd.org>
Modified:
head/devel/cpptest/Makefile
head/devel/cpptest/pkg-plist
Modified: head/devel/cpptest/Makefile
==============================================================================
--- head/devel/cpptest/Makefile Thu Jul 31 18:43:35 2014 (r363649)
+++ head/devel/cpptest/Makefile Thu Jul 31 18:51:26 2014 (r363650)
@@ -13,12 +13,9 @@ COMMENT= Unit testing framework for hand
LICENSE= LGPL3
GNU_CONFIGURE= yes
-USES= gmake libtool
+USES= gmake libtool pathfix
+INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
MAKE_ARGS= CC=${CC} CCC=${CXX}
-post-install:
- @${MV} ${STAGEDIR}${PREFIX}/lib/pkgconfig/libcpptest.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/libcpptest.pc
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcpptest.so.0.0.7
-
.include <bsd.port.mk>
Modified: head/devel/cpptest/pkg-plist
==============================================================================
--- head/devel/cpptest/pkg-plist Thu Jul 31 18:43:35 2014 (r363649)
+++ head/devel/cpptest/pkg-plist Thu Jul 31 18:51:26 2014 (r363650)
@@ -13,4 +13,3 @@ lib/libcpptest.so
lib/libcpptest.so.0
lib/libcpptest.so.0.0.7
libdata/pkgconfig/libcpptest.pc
- at dirrmtry lib/pkgconfig
More information about the svn-ports-all
mailing list