diff options
-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" |