aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2016-08-08 22:17:36 +0800
committerehaupt <ehaupt@FreeBSD.org>2016-08-08 22:17:36 +0800
commit6bee282b418ceadecac890b18c80d96005f6da87 (patch)
tree854ea9056de8ca15fa3d7f8e85ef02019fede2f1 /dns
parent4906888decb462aaba3698378e46c6d3cff85b8e (diff)
downloadfreebsd-ports-gnome-6bee282b418ceadecac890b18c80d96005f6da87.tar.gz
freebsd-ports-gnome-6bee282b418ceadecac890b18c80d96005f6da87.tar.zst
freebsd-ports-gnome-6bee282b418ceadecac890b18c80d96005f6da87.zip
Strip binary
Diffstat (limited to 'dns')
-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>