diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 22:17:36 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-08-08 22:17:36 +0800 |
commit | 6bee282b418ceadecac890b18c80d96005f6da87 (patch) | |
tree | 854ea9056de8ca15fa3d7f8e85ef02019fede2f1 /dns | |
parent | 4906888decb462aaba3698378e46c6d3cff85b8e (diff) | |
download | freebsd-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/Makefile | 6 |
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> |