From 7fb33adb65d34542a43b8450f9b12b8428faf40d Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Mon, 8 Aug 2016 14:17:36 +0000 Subject: [PATCH] Strip binary --- dns/zonenotify/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dns/zonenotify/Makefile b/dns/zonenotify/Makefile index 81338e828da1..d257ead2e124 100644 --- a/dns/zonenotify/Makefile +++ b/dns/zonenotify/Makefile @@ -3,6 +3,7 @@ PORTNAME= zonenotify PORTVERSION= 0.1 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= http://www.morettoni.net/bsd/ \ LOCAL/ehaupt @@ -18,6 +19,9 @@ post-patch: ${WRKSRC}/Makefile do-build: - ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/zonenotify.c + ${CC} -o ${WRKSRC}/${PORTNAME} ${CFLAGS} ${WRKSRC}/${PORTNAME}.c + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .include