1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00

Strip binary

This commit is contained in:
Emanuel Haupt 2016-08-08 09:23:08 +00:00
parent 2808eb85dc
commit f28bddec00
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419806

View File

@ -3,6 +3,7 @@
PORTNAME= rzip
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= SAMBA/rzip
@ -15,4 +16,7 @@ GNU_CONFIGURE= yes
PLIST_FILES= bin/rzip man/man1/rzip.1.gz
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rzip
.include <bsd.port.mk>