diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-25 11:09:19 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-02-25 11:09:19 +0000 |
commit | a8c8578d56b970ca34b929f7c8b861319c727ed1 (patch) | |
tree | 30a84526bd81756797443e8da9bc9c93d78261ba /astro/planets | |
parent | 3c8b414f0d5a229bf94be13451cd211d8f60df67 (diff) | |
download | ports-a8c8578d56b970ca34b929f7c8b861319c727ed1.tar.gz ports-a8c8578d56b970ca34b929f7c8b861319c727ed1.zip |
Notes
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 |