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 --- archivers/file-roller/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'archivers/file-roller') diff --git a/archivers/file-roller/Makefile b/archivers/file-roller/Makefile index c9be92f69..19af8d0bd 100644 --- a/archivers/file-roller/Makefile +++ b/archivers/file-roller/Makefile @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-packagekit +INSTALL_TARGET= install-strip PORTDOCS= AUTHORS NEWS README TODO ChangeLog GLIB_SCHEMAS= org.gnome.FileRoller.gschema.xml @@ -52,8 +53,4 @@ post-install: .endfor .endif -.if ${PORT_OPTIONS:MNAUTILUS} - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/nautilus/extensions-3.0/libnautilus-fileroller.so -.endif - .include -- cgit v1.2.3