diff options
author | abs <abs> | 2001-05-17 08:32:13 +0000 |
---|---|---|
committer | abs <abs> | 2001-05-17 08:32:13 +0000 |
commit | 9f05ec322ef6120577907f8db19a11f4024d72cc (patch) | |
tree | 20e9807792046de3e875a10da8ea32b1d8a9e82e /x11/xworld | |
parent | 17f6a5361eda0b530a697e70c6c0509d186d1be2 (diff) | |
download | pkgsrc-9f05ec322ef6120577907f8db19a11f4024d72cc.tar.gz |
Lose leading 'The ' on COMMENT
Diffstat (limited to 'x11/xworld')
-rw-r--r-- | x11/xworld/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |