diff options
author | abs <abs@pkgsrc.org> | 2001-05-17 08:32:13 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2001-05-17 08:32:13 +0000 |
commit | ec13ac2e64e9c090da252d059c7ca1478375cbc9 (patch) | |
tree | 20e9807792046de3e875a10da8ea32b1d8a9e82e | |
parent | d43ddfd1b3e2927dd0e22e505ee0b261c798a2fc (diff) | |
download | pkgsrc-ec13ac2e64e9c090da252d059c7ca1478375cbc9.tar.gz |
Lose leading 'The ' on COMMENT
-rw-r--r-- | x11/fltk/Makefile | 4 | ||||
-rw-r--r-- | x11/xdaemon/Makefile | 4 | ||||
-rw-r--r-- | x11/xdaemon2/Makefile | 4 | ||||
-rw-r--r-- | x11/xworld/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index 144f986a49a..81903d5c4f0 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2001/02/17 17:06:20 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2001/05/17 08:32:13 abs Exp $ # DISTNAME= ${PKGNAME}-source @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.fltk.org/ -COMMENT= The Fast Light Tool Kit +COMMENT= Fast Light Tool Kit for graphical user interfaces USE_X11BASE= # defined USE_MESA= # defined diff --git a/x11/xdaemon/Makefile b/x11/xdaemon/Makefile index 55ff43702a6..ad2eb9753f9 100644 --- a/x11/xdaemon/Makefile +++ b/x11/xdaemon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/17 08:32:14 abs Exp $ DISTNAME= xdaemon-1.0 CATEGORIES= games x11 @@ -7,7 +7,7 @@ DISTFILES= ${PIX} Daemon.README MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.netbsd.org/ -COMMENT= The BSD Daemon sticking on your desktop (like xteddy) +COMMENT= BSD Daemon sticking on your desktop (like xteddy) DEPENDS+= xteddy-1.*:../xteddy diff --git a/x11/xdaemon2/Makefile b/x11/xdaemon2/Makefile index 4c0793f596e..53355e6aa5e 100644 --- a/x11/xdaemon2/Makefile +++ b/x11/xdaemon2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:07:03 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/17 08:32:14 abs Exp $ DISTNAME= xdaemon-2.0 CATEGORIES= games x11 @@ -7,7 +7,7 @@ DISTFILES= ${PIX} Daemon.README MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.netbsd.org/ -COMMENT= The BSD Daemon sticking on your desktop (like xteddy) +COMMENT= BSD Daemon sticking on your desktop (like xteddy) DEPENDS+= xteddy-2.*:../xteddy2 diff --git a/x11/xworld/Makefile b/x11/xworld/Makefile index 6d7b1bcab87..fd1969a1eec 100644 --- a/x11/xworld/Makefile +++ b/x11/xworld/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:07:30 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/05/17 08:32:14 abs Exp $ # DISTNAME= xworld-2.0 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://gutemine.geo.uni-koeln.de/pub/xworld/ \ ftp://ftp.Uni-Koeln.DE/misc/ MAINTAINER= wennmach@geo.Uni-Koeln.DE -COMMENT= The earth as seen from the direction of the sun +COMMENT= Earth as seen from the direction of the sun HAS_CONFIGURE= yes |