From 15e54b67ea61cecb18cf998979a6d5bd9693beed Mon Sep 17 00:00:00 2001 From: gusi Date: Fri, 15 Aug 2014 20:17:00 +0000 Subject: Remove STRIP_CMD all over the place and replace it with INSTALL_TARGET= install-strip. No bumps necessary. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19814 df743ca5-7f9a-e211-a948-0013205c9059 --- deskutils/gnote/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'deskutils/gnote') diff --git a/deskutils/gnote/Makefile b/deskutils/gnote/Makefile index 3b32f06ae..c11a6faae 100644 --- a/deskutils/gnote/Makefile +++ b/deskutils/gnote/Makefile @@ -25,12 +25,16 @@ USE_GNOME= gnomeprefix gtk30 gtkmm30 intltool \ libxml2 libxslt USES= desktop-file-utils gettext gmake libtool \ pathfix pkgconfig tar:xz -GLIB_SCHEMAS= org.gnome.gnote.gschema.xml INSTALLS_ICONS= yes GNU_CONFIGURE= yes +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-dbus-service-dir=${PREFIX}/share/dbus-1/services +INSTALL_TARGET= install-strip + +GLIB_SCHEMAS= org.gnome.gnote.gschema.xml + DOCS= AUTHORS ChangeLog NEWS README TODO .include @@ -44,7 +48,5 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .endif - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnote-3.12.so.0.0.0 - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnote/addins/${PORTVERSION}/*.so .include -- cgit v1.2.3