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 --- mail/evolution/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'mail') diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 71edc6529..546e53dc8 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -36,6 +36,7 @@ CONFIGURE_ARGS= --enable-nss=yes \ CONFIGURE_ARGS+=--disable-image-inline CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.evolution.gschema.xml \ org.gnome.evolution.addressbook.gschema.xml \ @@ -113,8 +114,4 @@ post-patch: ${WRKSRC}/modules/bogofilter/evolution-bogofilter.c # @${SH} ${FILESDIR}/fix-plugins.sh ${WRKSRC} -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution/*/*/*.so - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/evolution/*/lib*.so - .include -- cgit v1.2.3