summaryrefslogtreecommitdiffstats
path: root/graphics/gthumb
diff options
context:
space:
mode:
authorgusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 04:17:00 +0800
committergusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059>2014-08-16 04:17:00 +0800
commit15e54b67ea61cecb18cf998979a6d5bd9693beed (patch)
tree03c2e2a85d8aa26ed6efe55e8dffcb8470cac4fc /graphics/gthumb
parent817fa2b1f81dbeaa5bed72fe1fa826bfbda44ecf (diff)
downloadmarcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.gz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.bz2
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.lz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.xz
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.tar.zst
marcuscom-ports-15e54b67ea61cecb18cf998979a6d5bd9693beed.zip
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
Diffstat (limited to 'graphics/gthumb')
-rw-r--r--graphics/gthumb/Makefile4
1 files changed, 1 insertions, 3 deletions
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 <bsd.port.mk>