diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 08:27:14 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 08:27:14 +0000 |
commit | 40b210118f0e1a0cd925be8c6da7593c75238af7 (patch) | |
tree | 3faa24bd44aafadbc33578c299661215dd2da639 /dns | |
parent | f0b26e7b11a24247596d4d5f0429c6d5f904c1ea (diff) | |
download | freebsd-ports-40b210118f0e1a0cd925be8c6da7593c75238af7.zip |
Support staging
Diffstat (limited to 'dns')
-rw-r--r-- | dns/sleuth/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/dns/sleuth/Makefile b/dns/sleuth/Makefile index 36a83832614e..8a4cb8603bd9 100644 --- a/dns/sleuth/Makefile +++ b/dns/sleuth/Makefile @@ -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> |