summaryrefslogtreecommitdiff
path: root/astro/sunclock/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-02 14:11:02 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-04-02 14:11:02 +0000
commitd5a77cab8aff2ca2b5b12dd646150c447b4346dc (patch)
treed9c862ee6559baa776a5110031c7f77d94b685a8 /astro/sunclock/Makefile
parentUpdate to 0.9.5.1. pthread and xsplay are still disabled. (diff)
upgrade to 3.27
change master site ps. no response from maintainer (torstenb) PR: 23953 Submitted by: ijliao (me)
Notes
Notes: svn path=/head/; revision=40753
Diffstat (limited to 'astro/sunclock/Makefile')
-rw-r--r--astro/sunclock/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/astro/sunclock/Makefile b/astro/sunclock/Makefile
index 415cd6f086aa..a0dbb31cbfaf 100644
--- a/astro/sunclock/Makefile
+++ b/astro/sunclock/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= sunclock
-PORTVERSION= 1.5
-CATEGORIES= astro
-MASTER_SITES= ${MASTER_SITE_XCONTRIB}
-MASTER_SITE_SUBDIR= applications
+PORTVERSION= 3.27
+CATEGORIES= astro x11-clocks
+MASTER_SITES= ftp://ftp.ac-grenoble.fr/ge/geosciences/
+EXTRACT_SUFX= .tgz
MAINTAINER= torstenb@FreeBSD.org
@@ -17,4 +17,7 @@ USE_IMAKE= YES
MAN1= sunclock.1
+post-patch:
+ @${PERL} -pi -e "s|%%X11BASE%%|${X11BASE}|g" ${WRKSRC}/Imakefile
+
.include <bsd.port.mk>