Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Mar 2014 08:27: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: r348523 - head/dns/sleuth
Message-ID:  <201403180827.s2I8RFSJ033621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Mar 18 08:27:14 2014
New Revision: 348523
URL: http://svnweb.freebsd.org/changeset/ports/348523
QAT: https://qat.redports.org/buildarchive/r348523/

Log:
  Support staging

Modified:
  head/dns/sleuth/Makefile

Modified: head/dns/sleuth/Makefile
==============================================================================
--- head/dns/sleuth/Makefile	Tue Mar 18 07:59:46 2014	(r348522)
+++ head/dns/sleuth/Makefile	Tue Mar 18 08:27:14 2014	(r348523)
@@ -16,16 +16,13 @@ SHEBANG_FILES=	sleuth
 
 PLIST_FILES=	bin/sleuth etc/sleuth.conf.sample
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -i '' -e 's|/etc/sleuth.conf|${PREFIX}/etc/sleuth.conf|' \
 		${WRKSRC}/sleuth
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${PREFIX}/bin
-	${INSTALL_DATA} ${WRKSRC}/sleuth.conf ${PREFIX}/etc/sleuth.conf.sample
-
-post-install:
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_SCRIPT} ${WRKSRC}/sleuth ${STAGEDIR}${PREFIX}/bin
+	${INSTALL_DATA} ${WRKSRC}/sleuth.conf \
+		${STAGEDIR}${PREFIX}/etc/sleuth.conf.sample
 
 .include <bsd.port.mk>



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