diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:28:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:28:59 +0000 |
commit | 4c2e4f186201b31c37dc6ace0bc178984cefa9fd (patch) | |
tree | bcc2e191eb5eeae24427359a8943308c4d228097 /sysutils/wtail/Makefile | |
parent | Handle '#' and '$' in pkg-comment properly. (diff) |
De-pkg-comment.
Notes
Notes:
svn path=/head/; revision=76041
Diffstat (limited to 'sysutils/wtail/Makefile')
-rw-r--r-- | sysutils/wtail/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/wtail/Makefile b/sysutils/wtail/Makefile index 853e537a4357..8f62648384f4 100644 --- a/sysutils/wtail/Makefile +++ b/sysutils/wtail/Makefile @@ -12,6 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= http://www.teaser.fr/~amajorel/wtail/ MAINTAINER= mich@freebsdcluster.org +COMMENT= Wtail does the equivalent of tail -f on several files at once do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wtail ${PREFIX}/bin |