diff options
author | arved <arved@FreeBSD.org> | 2004-04-19 15:50:04 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-04-19 15:50:04 +0800 |
commit | 0034d3fed219208acec94df0afd1b8d379ca127b (patch) | |
tree | 2cb8d74030711ff6e3a24202aa919fc5036d16f1 /irc/bitchx/Makefile | |
parent | 8b32ab8c8343e7c409529880e8745f552c4ec101 (diff) | |
download | freebsd-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/Makefile | 6 |
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> |