diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-19 23:45:36 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-19 23:45:36 +0000 |
commit | df679e5150eb5ab6cfdfea3b7484cc1f2db08e6d (patch) | |
tree | 9ea9a860fa17c3b8495e9d2a468c3b0576630581 /astro | |
parent | 4ee33babb8b47c1ac2293d39d7a3d1013314d9c7 (diff) | |
download | ports-df679e5150eb5ab6cfdfea3b7484cc1f2db08e6d.tar.gz ports-df679e5150eb5ab6cfdfea3b7484cc1f2db08e6d.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmmoonclock/Makefile | 5 | ||||
-rw-r--r-- | astro/wmmoonclock/distinfo | 4 | ||||
-rw-r--r-- | astro/wmmoonclock/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/astro/wmmoonclock/Makefile b/astro/wmmoonclock/Makefile index 1e314155a5cf..ebb9a34dea55 100644 --- a/astro/wmmoonclock/Makefile +++ b/astro/wmmoonclock/Makefile @@ -9,11 +9,14 @@ PORTNAME= wmMoonClock PORTVERSION= 1.27 PORTREVISION= 1 CATEGORIES= astro windowmaker -MASTER_SITES= http://nis-www.lanl.gov/~mgh/WindowMaker/ +MASTER_SITES= http://dockapps.org/files/14/21/ MAINTAINER= kris@FreeBSD.org COMMENT= Displays the phase of the moon, plus orbital data +# Distfile says it's a .tar.gz but is actually uncompressed +EXTRACT_CMD= ${CAT} +EXTRACT_BEFORE_ARGS= WRKSRC= ${WRKDIR}/${DISTNAME}/Src USE_X_PREFIX= yes diff --git a/astro/wmmoonclock/distinfo b/astro/wmmoonclock/distinfo index 205f9b209556..fe3cb885178a 100644 --- a/astro/wmmoonclock/distinfo +++ b/astro/wmmoonclock/distinfo @@ -1,2 +1,2 @@ -MD5 (wmMoonClock-1.27.tar.gz) = c85bc974e70c867d556805505d3be48c -SIZE (wmMoonClock-1.27.tar.gz) = 155197 +MD5 (wmMoonClock-1.27.tar.gz) = b3aa5553641deb4bcaa290f93caccb3d +SIZE (wmMoonClock-1.27.tar.gz) = 829440 diff --git a/astro/wmmoonclock/pkg-descr b/astro/wmmoonclock/pkg-descr index 5ce14add8a9e..d4d01e47e199 100644 --- a/astro/wmmoonclock/pkg-descr +++ b/astro/wmmoonclock/pkg-descr @@ -4,5 +4,3 @@ rise/set times, orbital data, orbital elements, etc (if you click on the image multiple times). Probably most of the data is not that useful, but what the heck :) - -WWW: http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml |