aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2008-04-29 08:22:38 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2008-04-29 08:22:38 +0000
commit78208f074e3f93b2654591e11c86ec71b14e7601 (patch)
tree23bf599d23bc6dfc4baadaff67d9915888fd565e /astro
parent5935faf3bec40e81d744fc0e76baec2f50152211 (diff)
downloadports-78208f074e3f93b2654591e11c86ec71b14e7601.tar.gz
ports-78208f074e3f93b2654591e11c86ec71b14e7601.zip
Notes
Diffstat (limited to 'astro')
-rw-r--r--astro/stellarium/Makefile13
-rw-r--r--astro/stellarium/pkg-descr10
2 files changed, 10 insertions, 13 deletions
diff --git a/astro/stellarium/Makefile b/astro/stellarium/Makefile
index 74c6e049ce0f..1c77b09f03c4 100644
--- a/astro/stellarium/Makefile
+++ b/astro/stellarium/Makefile
@@ -1,6 +1,6 @@
-# New ports collection makefile for: stellarium
-# Date created: 26 Jan 2004
-# Whom: Jean-Yves Lefort <jylefort@brutele.be>
+# New ports collection makefile for: Stellarium
+# Date created: 26 Jan 2004
+# Whom: Jean-Yves Lefort <jylefort@brutele.be>
#
# $FreeBSD$
#
@@ -9,10 +9,9 @@ PORTNAME= stellarium
PORTVERSION= 0.9.0
PORTREVISION= 2
CATEGORIES= astro
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= SF
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= danfe@FreeBSD.org
COMMENT= A 3D photo-realistic sky renderer
LIB_DEPENDS= boost_thread.4:${PORTSDIR}/devel/boost \
@@ -63,7 +62,7 @@ do-configure:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
diff --git a/astro/stellarium/pkg-descr b/astro/stellarium/pkg-descr
index 4f325c1ad08f..90ee95573227 100644
--- a/astro/stellarium/pkg-descr
+++ b/astro/stellarium/pkg-descr
@@ -1,8 +1,6 @@
-Stellarium is a 3D photo-realistic real time sky renderer. With stellarium,
-you really see what you can see with your eyes, binoculars or a small
-telescope.
+Stellarium is a free open source planetarium for your computer. It shows
+a realistic sky in 3D, just like what you see with the naked eye,
+binoculars or a telescope. It is being used in planetarium projectors.
+Just set your coordinates and go.
WWW: http://stellarium.sourceforge.net/
-
-- Jean-Yves Lefort
-jylefort@FreeBSD.org