- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-06-10 17:42:10 +00:00
parent 28b4306fcf
commit 6197fb49f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389112

View File

@ -3,7 +3,7 @@
PORTNAME= nagircbot
PORTVERSION= 0.0.33
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net-mgmt irc
MASTER_SITES= http://www.vanheusden.com/nagircbot/
@ -16,4 +16,7 @@ USE_RC_SUBR= nagircbot
PLIST_FILES= bin/nagircbot
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nagircbot
.include <bsd.port.mk>