diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-28 03:20:21 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-28 03:20:21 +0800 |
commit | 0ba5f3fec08d1dfebf73b750219aee9b33a51e60 (patch) | |
tree | 92d27deec1680470590e57d72706ef3c84f6508f /sysutils | |
parent | 109b4f15a7f22d0f86806133869aeb22cc5d306a (diff) | |
download | freebsd-ports-gnome-0ba5f3fec08d1dfebf73b750219aee9b33a51e60.tar.gz freebsd-ports-gnome-0ba5f3fec08d1dfebf73b750219aee9b33a51e60.tar.zst freebsd-ports-gnome-0ba5f3fec08d1dfebf73b750219aee9b33a51e60.zip |
Support stage
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/wtail/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/wtail/Makefile b/sysutils/wtail/Makefile index 34137d638150..b17d2d181f3b 100644 --- a/sysutils/wtail/Makefile +++ b/sysutils/wtail/Makefile @@ -9,12 +9,9 @@ MASTER_SITES= http://www.teaser.fr/~amajorel/wtail/ MAINTAINER= mich@FreeBSD.org COMMENT= Wtail does the equivalent of tail -f on several files at once -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/wtail ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README -.endif + ${INSTALL_PROGRAM} ${WRKSRC}/wtail ${STAGEDIR}${PREFIX}/bin + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README .include <bsd.port.mk> |