summaryrefslogtreecommitdiff
path: root/astro/sunclock/Makefile
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-28 06:20:50 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2006-07-28 06:20:50 +0000
commit993c0fba3bc3c68aae99a02e758c98dc81222a87 (patch)
tree1252cec02ab111a827354dbef2015465d7c6299e /astro/sunclock/Makefile
parent- provide a working MASTER_SITE (diff)
Update to 3.55
PR: ports/100874 Submitted by: Stanislav Sedov (maintainer)
Notes
Notes: svn path=/head/; revision=168934
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r--astro/sunclock/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile
index debda32f1f52..3cd8a36a6557 100644
--- a/astro/sunclock/Makefile
+++ b/astro/sunclock/Makefile
@@ -7,9 +7,10 @@
#
PORTNAME= sunclock
-PORTVERSION= 3.54.1
+PORTVERSION= 3.55
CATEGORIES= astro x11-clocks
-MASTER_SITES= http://mbsd.msk.ru/dist/
+MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/sunclock/ \
+ http://mbsd.msk.ru/dist/
MAINTAINER= ssedov@mbsd.msk.ru
COMMENT= Shows which portion of the Earth's surface is illuminated by the Sun
@@ -22,6 +23,6 @@ USE_XPM= yes
USE_IMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
-MAN1= sunclock.1 emx.1
+MAN1= sunclock.1
.include <bsd.port.mk>