diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 16:27:14 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 16:27:14 +0800 |
commit | c1a06b20d2c2e28bcd25dcc967f5644118f6ce38 (patch) | |
tree | 3faa24bd44aafadbc33578c299661215dd2da639 /dns | |
parent | 4e0b24eb0c348c4055dbbe3e556f3884a1ede87f (diff) | |
download | freebsd-ports-gnome-c1a06b20d2c2e28bcd25dcc967f5644118f6ce38.tar.gz freebsd-ports-gnome-c1a06b20d2c2e28bcd25dcc967f5644118f6ce38.tar.zst freebsd-ports-gnome-c1a06b20d2c2e28bcd25dcc967f5644118f6ce38.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> |