1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

Strip binaries

Submitted by:	michael johnson <ahze@ahze.net>
This commit is contained in:
Tilman Keskinoz 2004-04-19 07:50:04 +00:00
parent b77027ff36
commit 82e14ede2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=107550

View File

@ -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>