aboutsummaryrefslogtreecommitdiff
path: root/sysutils/wtail
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:05:58 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:05:58 +0000
commit83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (patch)
tree04cfd5800fc602ff72366f0defba3eae36ba98f4 /sysutils/wtail
parentfd8fc9773839d2d8e41b80fbaed21fcd5470e898 (diff)
downloadports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.tar.gz
ports-83f65384c9041fa9a31c84b5e21b643fa2bf97c6.zip
Add NO_STAGE all over the place in preparation for the staging support (cat: sysutils)
Notes
Notes: svn path=/head/; revision=327772
Diffstat (limited to 'sysutils/wtail')
-rw-r--r--sysutils/wtail/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/sysutils/wtail/Makefile b/sysutils/wtail/Makefile
index cc74696b8edb..34137d638150 100644
--- a/sysutils/wtail/Makefile
+++ b/sysutils/wtail/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# New ports collection makefile for: wtail
-# Date created: Jan 11, 2003
-# Whom: mich@freebsdcluster.org
-#
+# Created by: mich@freebsdcluster.org
# $FreeBSD$
-#
PORTNAME= wtail
PORTVERSION= 0.2.2
@@ -14,6 +9,7 @@ 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)