From c8ce8aa9073d4a3e9809f6be2df652daed263374 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 4 Sep 2016 07:27:35 +0000 Subject: - Fix LICENSE - Switch to USES=localbase Approved by: portmgr blanket --- devel/dbus-c++/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/dbus-c++/Makefile b/devel/dbus-c++/Makefile index 3f1e72da6701..deea24ddd9ab 100644 --- a/devel/dbus-c++/Makefile +++ b/devel/dbus-c++/Makefile @@ -10,7 +10,7 @@ CATEGORIES= devel gnome MAINTAINER= yuri@rawbw.com COMMENT= C++ API for D-BUS -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ @@ -20,7 +20,7 @@ USE_GITHUB= yes GH_ACCOUNT= andreas-volz GH_PROJECT= dbus-cplusplus -USES= autoreconf compiler:c++11-lib gettext gmake libtool pkgconfig +USES= autoreconf compiler:c++11-lib gettext gmake libtool localbase pkgconfig GNU_CONFIGURE= yes USE_GNOME= glib20 USE_LDCONFIG= yes @@ -31,11 +31,10 @@ CONFIGURE_ARGS= --prefix=${LOCALBASE} \ --disable-tests \ --disable-examples \ --disable-doxygen-docs -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib post-patch: @${REINPLACE_CMD} 's|^pkgconfigdir = .*|pkgconfigdir=$${prefix}/libdata/pkgconfig|' ${WRKSRC}/Makefile.am + post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-1.so @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdbus-c++-glib-1.so -- cgit