Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Oct 2013 21:30:15 +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: r331326 - in head/dns: dnswall nslint vizone zonenotify
Message-ID:  <201310222130.r9MLUF8u056754@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Oct 22 21:30:14 2013
New Revision: 331326
URL: http://svnweb.freebsd.org/changeset/ports/331326

Log:
  Support staging

Modified:
  head/dns/dnswall/Makefile
  head/dns/nslint/Makefile
  head/dns/vizone/Makefile
  head/dns/zonenotify/Makefile

Modified: head/dns/dnswall/Makefile
==============================================================================
--- head/dns/dnswall/Makefile	Tue Oct 22 21:15:14 2013	(r331325)
+++ head/dns/dnswall/Makefile	Tue Oct 22 21:30:14 2013	(r331326)
@@ -25,7 +25,6 @@ AUTOTOOLSFILES=	aclocal.m4
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:

Modified: head/dns/nslint/Makefile
==============================================================================
--- head/dns/nslint/Makefile	Tue Oct 22 21:15:14 2013	(r331325)
+++ head/dns/nslint/Makefile	Tue Oct 22 21:30:14 2013	(r331326)
@@ -19,15 +19,13 @@ INSTALL_TARGET=	install
 BOOTFILE?=	/etc/namedb/named.boot
 CONFFILE?=	/etc/namedb/named.conf
 
-MAN8=		nslint.8
-PLIST_FILES=	bin/nslint
+PLIST_FILES=	bin/nslint man/man8/nslint.8.gz
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^\ \{4\}V_CCOPT/d' ${WRKSRC}/configure
 	@@${REINPLACE_CMD} -e 's|/etc/named.boot|${BOOTFILE}|; \
 		s|/etc/named.conf|${CONFFILE}|' \
 			${WRKSRC}/${PORTNAME}.c \
-			${WRKSRC}/${MAN8}
+			${WRKSRC}/${PORTNAME}.8
 
 .include <bsd.port.mk>

Modified: head/dns/vizone/Makefile
==============================================================================
--- head/dns/vizone/Makefile	Tue Oct 22 21:15:14 2013	(r331325)
+++ head/dns/vizone/Makefile	Tue Oct 22 21:30:14 2013	(r331326)
@@ -18,14 +18,13 @@ SHEBANG_FILES=	updserial
 PORTEXAMPLES=	example.tld
 PLIST_FILES=	bin/vizone bin/updserial
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-	${INSTALL_SCRIPT} ${WRKSRC}/updserial ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/updserial ${STAGEDIR}${PREFIX}/bin
 
 .if !defined(NOPORTEXAMPLES)
-	${MKDIR} ${EXAMPLESDIR}
-	${INSTALL_DATA} ${WRKSRC}/example.tld ${EXAMPLESDIR}
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+	${INSTALL_DATA} ${WRKSRC}/example.tld ${STAGEDIR}${EXAMPLESDIR}
 .endif
 
 .include <bsd.port.mk>

Modified: head/dns/zonenotify/Makefile
==============================================================================
--- head/dns/zonenotify/Makefile	Tue Oct 22 21:15:14 2013	(r331325)
+++ head/dns/zonenotify/Makefile	Tue Oct 22 21:30:14 2013	(r331326)
@@ -13,9 +13,8 @@ COMMENT=	DNS notify sender written in C
 PLIST_FILES=	bin/zonenotify
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-NO_STAGE=	yes
 post-patch:
-	@${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
+	@${REINPLACE_CMD} -e 's|/usr/local|${STAGEDIR}${PREFIX}|' \
 		${WRKSRC}/Makefile
 
 do-build:



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