- Strip binaries

This commit is contained in:
Dmitry Marakasov 2015-06-03 16:00:47 +00:00
parent 32cd78a506
commit 76be8c3b9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388441

View File

@ -3,6 +3,7 @@
PORTNAME= sheerdns
PORTVERSION= 1.0.3
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= http://threading.2038bug.com/sheerdns/
@ -15,4 +16,8 @@ PLIST_FILES= man/man8/sheerdns.8.gz sbin/sheerdns sbin/sheerdnshash
WRKSRC= ${WRKDIR}/${PORTNAME}
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/sheerdns
${STRIP_CMD} ${STAGEDIR}${PREFIX}/sbin/sheerdnshash
.include <bsd.port.mk>