svn commit: r348523 - head/dns/sleuth
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Mar 18 08:27:15 UTC 2014
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>
More information about the svn-ports-head
mailing list