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/planets | |
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/planets')
-rw-r--r-- | astro/planets/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/astro/planets/Makefile b/astro/planets/Makefile index 3a93385b8a97..967e6924c03c 100644 --- a/astro/planets/Makefile +++ b/astro/planets/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: planets -# Date created: Mar 15, 2002 -# Whom: ijliao -# +# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org> # $FreeBSD$ -# PORTNAME= planets PORTVERSION= 0.1.13 @@ -14,7 +9,7 @@ MASTER_SITES= GENTOO/distfiles \ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= An orbital simulator +COMMENT= Orbital simulator LICENSE= GPLv2 |