- Strip binary

This commit is contained in:
Dmitry Marakasov 2015-05-30 00:34:51 +00:00
parent 336bf0432e
commit a22d27c7aa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387907

View file

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