summaryrefslogtreecommitdiff
path: root/dns/zonenotify
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 14:17:36 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2016-08-08 14:17:36 +0000
commit7fb33adb65d34542a43b8450f9b12b8428faf40d (patch)
tree854ea9056de8ca15fa3d7f8e85ef02019fede2f1 /dns/zonenotify
parent43a366f58968c7c8f8f2aa002aa1a436c847aa47 (diff)
downloadfreebsd-ports-7fb33adb65d34542a43b8450f9b12b8428faf40d.zip
Strip binary
Diffstat (limited to 'dns/zonenotify')
-rw-r--r--dns/zonenotify/Makefile6
1 files changed, 5 insertions, 1 deletions
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 <bsd.port.mk>