From 0034d3fed219208acec94df0afd1b8d379ca127b Mon Sep 17 00:00:00 2001 From: arved Date: Mon, 19 Apr 2004 07:50:04 +0000 Subject: Strip binaries Submitted by: michael johnson --- irc/bitchx/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'irc/bitchx') diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 973d408cba33..cbfc8be99ec1 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -212,5 +212,11 @@ post-install: .else ${RMDIR} ${PREFIX}/share/bx/help .endif +.if defined(WITH_GNOME) + ${STRIP_CMD} ${PREFIX}/bin/gtkBitchX-${PORTVERSION}-final +.else + ${STRIP_CMD} ${PREFIX}/bin/BitchX-${PORTVERSION}-final + ${STRIP_CMD} ${PREFIX}/bin/scr-bx +.endif .include -- cgit