aboutsummaryrefslogtreecommitdiffstats
path: root/irc/bitchx/Makefile
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2004-04-19 15:50:04 +0800
committerarved <arved@FreeBSD.org>2004-04-19 15:50:04 +0800
commit0034d3fed219208acec94df0afd1b8d379ca127b (patch)
tree2cb8d74030711ff6e3a24202aa919fc5036d16f1 /irc/bitchx/Makefile
parent8b32ab8c8343e7c409529880e8745f552c4ec101 (diff)
downloadfreebsd-ports-gnome-0034d3fed219208acec94df0afd1b8d379ca127b.tar.gz
freebsd-ports-gnome-0034d3fed219208acec94df0afd1b8d379ca127b.tar.zst
freebsd-ports-gnome-0034d3fed219208acec94df0afd1b8d379ca127b.zip
Strip binaries
Submitted by: michael johnson <ahze@ahze.net>
Diffstat (limited to 'irc/bitchx/Makefile')
-rw-r--r--irc/bitchx/Makefile6
1 files changed, 6 insertions, 0 deletions
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 <bsd.port.post.mk>