Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jul 2014 18:51:26 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r363650 - head/devel/cpptest
Message-ID:  <201407311851.s6VIpQxi047947@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
-@dirrmtry lib/pkgconfig



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