svn commit: r419847 - head/dns/zonenotify

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:17:37 UTC 2016


Author: ehaupt
Date: Mon Aug  8 14:17:36 2016
New Revision: 419847
URL: https://svnweb.freebsd.org/changeset/ports/419847

Log:
  Strip binary

Modified:
  head/dns/zonenotify/Makefile

Modified: head/dns/zonenotify/Makefile
==============================================================================
--- head/dns/zonenotify/Makefile	Mon Aug  8 14:13:15 2016	(r419846)
+++ head/dns/zonenotify/Makefile	Mon Aug  8 14:17:36 2016	(r419847)
@@ -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>


More information about the svn-ports-all mailing list