diff options
author | danfe <danfe@FreeBSD.org> | 2013-02-25 19:09:19 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-02-25 19:09:19 +0800 |
commit | 5d91df24779772eb56bb2cfc55dfbe411aac9caf (patch) | |
tree | 30a84526bd81756797443e8da9bc9c93d78261ba /astro/sky2000 | |
parent | eaee25c3919f8630ad85f93bb31e3be4704121f2 (diff) | |
download | freebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.tar.gz freebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.tar.zst freebsd-ports-gnome-5d91df24779772eb56bb2cfc55dfbe411aac9caf.zip |
For unmaintained ports in `astro' category, drop leading indefinite article
from COMMENT. Whenever appropriate, cleanup Makefiles a bit as well.
Diffstat (limited to 'astro/sky2000')
-rw-r--r-- | astro/sky2000/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/astro/sky2000/Makefile b/astro/sky2000/Makefile index bb3068f8442a..a5d4b659b811 100644 --- a/astro/sky2000/Makefile +++ b/astro/sky2000/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: sky2000 -# Date created: Apr 16, 2004 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= sky2000 PORTVERSION= 0.2 @@ -12,7 +7,7 @@ CATEGORIES= astro MASTER_SITES= SF/nova/catalogs/${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A binary representation of the Sky2000 star catalog +COMMENT= Binary representation of the Sky2000 star catalog GNU_CONFIGURE= yes |