aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wtail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 19:20:21 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-27 19:20:21 +0000
commit5232bcab0fd3b0d55e013c068fe2642e1b682321 (patch)
tree92d27deec1680470590e57d72706ef3c84f6508f /sysutils/wtail
parent5459d209ffe61419d6ca521ed0e4dc5a71f89e4e (diff)
downloadports-5232bcab0fd3b0d55e013c068fe2642e1b682321.tar.gz
ports-5232bcab0fd3b0d55e013c068fe2642e1b682321.zip
Support stage
Notes
Notes: svn path=/head/; revision=337785
Diffstat (limited to 'sysutils/wtail')
-rw-r--r--sysutils/wtail/Makefile9
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>