mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 12:29:16 -04:00
- Strip binary
This commit is contained in:
parent
336bf0432e
commit
a22d27c7aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=387907
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Reference in a new issue