summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-04-19 07:50:04 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-04-19 07:50:04 +0000
commit82e14ede2dc73842a4ce55dbddc75fd58acdc1ff (patch)
tree6f1aca83623bad601ef151737a0cf47a69c7cc35 /irc
parentThese broken ports are scheduled for deletion on June 18 if they are (diff)
Strip binaries
Submitted by: michael johnson <ahze@ahze.net>
Notes
Notes: svn path=/head/; revision=107550
Diffstat (limited to 'irc')
-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>