summaryrefslogtreecommitdiffstats
path: root/x11-fm/gnome-commander2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/gnome-commander2/Makefile')
-rw-r--r--x11-fm/gnome-commander2/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile
index 3615183a4..017f3a4d9 100644
--- a/x11-fm/gnome-commander2/Makefile
+++ b/x11-fm/gnome-commander2/Makefile
@@ -30,6 +30,7 @@ GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALLS_OMF= yes
+INSTALL_TARGET= install-strip
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
@@ -40,8 +41,4 @@ post-patch:
@${REINPLACE_CMD} -e 's|unique-1|unique-3|g' \
${WRKSRC}/configure
-post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-commander/plugins/libfileroller.so
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-commander/libgcmd.so.0.0.0
-
.include <bsd.port.mk>