- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-05-30 00:34:51 +00:00
parent 336bf0432e
commit a22d27c7aa

View File

@ -2,7 +2,7 @@
PORTNAME= xsysstats
PORTVERSION= 1.51
PORTREVISION= 3
PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= XCONTRIB/utilities
DISTNAME= ${PORTNAME}${PORTVERSION}
@ -21,4 +21,7 @@ PLIST_FILES= bin/xsysstats man/man1/${PORTNAME}.1.gz
pre-patch:
${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>