diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/sheerdns/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dns/sheerdns/Makefile b/dns/sheerdns/Makefile index 9e9928312123..1a75d417f91d 100644 --- a/dns/sheerdns/Makefile +++ b/dns/sheerdns/Makefile @@ -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> |