Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 14:17:36 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419847 - head/dns/zonenotify
Message-ID:  <201608081417.u78EHaxP006779@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081417.u78EHaxP006779>