diff options
Diffstat (limited to 'sysutils/wtail/Makefile')
-rw-r--r-- | sysutils/wtail/Makefile | 8 |
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) |