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 --- graphics/colord-gtk/Makefile | 4 +--- graphics/colord/Makefile | 3 +-- graphics/eog/Makefile | 8 +++----- graphics/gthumb/Makefile | 4 +--- 4 files changed, 6 insertions(+), 13 deletions(-) (limited to 'graphics') diff --git a/graphics/colord-gtk/Makefile b/graphics/colord-gtk/Makefile index 7812698b0..8da9a9d53 100644 --- a/graphics/colord-gtk/Makefile +++ b/graphics/colord-gtk/Makefile @@ -23,6 +23,7 @@ USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-gtk-doc-html=no CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_STRIP= install-strip post-patch: @${REINPLACE_CMD} -e 's|-Wclobbered||g' \ @@ -32,7 +33,4 @@ post-patch: -e 's|-Wmissing-parameter-type||g' \ ${WRKSRC}/configure -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libcolord-gtk.so.1 - .include diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile index d01d1f848..df3e237ca 100644 --- a/graphics/colord/Makefile +++ b/graphics/colord/Makefile @@ -36,6 +36,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= USB_CFLAGS="-I/usr/include" \ USB_LIBS="-L/usr/lib -lusb" +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.freedesktop.ColorHelper.gschema.xml @@ -71,7 +72,5 @@ post-patch: post-install: ${MKDIR} ${STAGEDIR}/var/db/colord/icc - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/colord-sensors/lib*.so .include diff --git a/graphics/eog/Makefile b/graphics/eog/Makefile index a02c9146e..74718ed50 100644 --- a/graphics/eog/Makefile +++ b/graphics/eog/Makefile @@ -19,14 +19,15 @@ LIB_DEPENDS= libpeas-gtk-1.0.so:${PORTSDIR}/devel/libpeas \ RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas -USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 \ - introspection:build USES= desktop-file-utils gettext gmake libtool pathfix \ pkgconfig tar:xz +USE_GNOME= gnomeprefix intlhack librsvg2 gtk30 gnomedesktop3 \ + introspection:build INSTALLS_ICONS= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.eog.enums.xml \ org.gnome.eog.gschema.xml @@ -67,7 +68,4 @@ PLIST_SUB+= EXIFEXEMPI="" PLIST_SUB+= EXIFEXEMPI="@comment " .endif -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/eog/plugins/lib*.so - .include diff --git a/graphics/gthumb/Makefile b/graphics/gthumb/Makefile index 4ffa3bf4a..8db74d23d 100644 --- a/graphics/gthumb/Makefile +++ b/graphics/gthumb/Makefile @@ -26,6 +26,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-libchamplain \ --enable-librsvg +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.gthumb.change-date.gschema.xml \ org.gnome.gthumb.comments.gschema.xml \ @@ -84,7 +85,4 @@ WEBSERVICES_LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ WEBSERVICES_CONFIGURE_ON= --enable-libsoup --enable-webkit2 --enable-libjson-glib WEBSERVICES_CONFIGURE_OFF= --disable-libsoup --disable-webkit2 --disable-libjson-glib -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gthumb/extensions/lib*.so - .include -- cgit v1.2.3