1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

devel/cpptest: fix Makefile, plist

Submitted by:	Max Brazhnikov <makc@freebsd.org>
This commit is contained in:
Kurt Jaeger 2014-07-31 18:51:26 +00:00
parent fd55d94780
commit f93c8b845e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363650
2 changed files with 2 additions and 6 deletions

View File

@ -13,12 +13,9 @@ COMMENT= Unit testing framework for handling automated tests in C++
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>

View File

@ -13,4 +13,3 @@ lib/libcpptest.so
lib/libcpptest.so.0
lib/libcpptest.so.0.0.7
libdata/pkgconfig/libcpptest.pc
@dirrmtry lib/pkgconfig