summaryrefslogtreecommitdiffstats
path: root/devel/gtranslator/Makefile
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 /devel/gtranslator/Makefile
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 'devel/gtranslator/Makefile')
-rw-r--r--devel/gtranslator/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/gtranslator/Makefile b/devel/gtranslator/Makefile
index 701dc0398..87ed4de2e 100644
--- a/devel/gtranslator/Makefile
+++ b/devel/gtranslator/Makefile
@@ -1,6 +1,6 @@
# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
-# $MCom: ports/trunk/devel/gtranslator/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom$
PORTNAME= gtranslator
PORTVERSION= 2.91.6
@@ -33,6 +33,8 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --disable-debug \
--with-gda=5.0 \
--enable-compile-warnings=no
+INSTALL_TARGET= install-strip
+
GLIB_SCHEMAS= org.gnome.gtranslator.gschema.xml \
org.gnome.gtranslator.plugins.codeview.gschema.xml \
org.gnome.gtranslator.plugins.open-tran.gschema.xml \
@@ -56,8 +58,4 @@ CONFIGURE_ARGS+=--without-dictionary
PLIST_SUB+= DICT="@comment "
.endif
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gtranslator/libgtranslator-private.so
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gtranslator/plugins/lib*.so
-
.include <bsd.port.mk>