diff options
author | salo <salo@pkgsrc.org> | 2003-06-24 19:23:51 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-06-24 19:23:51 +0000 |
commit | 29dcc751fcb981a727dbfa27dbb903030d2d429c (patch) | |
tree | 119b3af26660b159b669f3cebd4091846b8d9791 /misc/root-tail | |
parent | f9558756a16d20b34e81feb6cceda3dbbf505ca4 (diff) | |
download | pkgsrc-29dcc751fcb981a727dbfa27dbb903030d2d429c.tar.gz |
Add misc to categories, addresses PR pkg/21984 by Michal Pasternak.
Whitespace, style nits, DESCR has 80 columns--while i am here.
Diffstat (limited to 'misc/root-tail')
-rw-r--r-- | misc/root-tail/DESCR | 11 | ||||
-rw-r--r-- | misc/root-tail/Makefile | 19 |
2 files changed, 15 insertions, 15 deletions
diff --git a/misc/root-tail/DESCR b/misc/root-tail/DESCR index 6c086d6d3c0..699b417bac6 100644 --- a/misc/root-tail/DESCR +++ b/misc/root-tail/DESCR @@ -1,6 +1,5 @@ -Displays a given file anywhere on your X11 root window with a -transparent background. It was made because I'm very lazy and this was -easier than making a new rxvt pixmap each time I changed my background -to simulate that transparent effect. A null desc (example: -"/var/log/messages,red,") will prevent the printing of a description -and the []'s. +Displays a given file anywhere on your X11 root window with a transparent +background. It was made because I'm very lazy and this was easier than +making a new rxvt pixmap each time I changed my background to simulate that +transparent effect. A null desc (example: "/var/log/messages,red,") will +prevent the printing of a description and the []'s. diff --git a/misc/root-tail/Makefile b/misc/root-tail/Makefile index 2fe2cc1e3f8..fca372f847d 100644 --- a/misc/root-tail/Makefile +++ b/misc/root-tail/Makefile @@ -1,14 +1,15 @@ -# $NetBSD: Makefile,v 1.3 2003/03/02 20:21:37 jschauma Exp $ +# $NetBSD: Makefile,v 1.4 2003/06/24 19:23:51 salo Exp $ +# -DISTNAME= root-tail-0.0.10 -PKGREVISION= 2 -CATEGORIES= x11 -MASTER_SITES= http://www.goof.com/pcg/marc/data/ +DISTNAME= root-tail-0.0.10 +PKGREVISION= 2 +CATEGORIES= misc x11 +MASTER_SITES= http://www.goof.com/pcg/marc/data/ -MAINTAINER= njohnston@globaltetrahedron.com -HOMEPAGE= http://root-tail.plan9.de/ -COMMENT= Allows printing of text directly to the X11 root window +MAINTAINER= njohnston@globaltetrahedron.com +HOMEPAGE= http://root-tail.plan9.de/ +COMMENT= Allows printing of text directly to the X11 root window -USE_IMAKE= yes +USE_IMAKE= YES .include "../../mk/bsd.pkg.mk" |