diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-20 08:01:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-02-20 08:01:21 +0000 |
commit | c542397b282deafd05cf9379b3f4072f823c0088 (patch) | |
tree | 5c466fb0dbcb9d61692a85648cce1a37d96b6848 /astro/mymoon | |
parent | eb673b49fa51d23e3188377e6c3d675999ec02c1 (diff) |
Notes
Diffstat (limited to 'astro/mymoon')
-rw-r--r-- | astro/mymoon/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/astro/mymoon/Makefile b/astro/mymoon/Makefile index 28886f19270c..bf2f736cfa95 100644 --- a/astro/mymoon/Makefile +++ b/astro/mymoon/Makefile @@ -9,7 +9,9 @@ PORTNAME= mymoon PORTVERSION= 1.0 PORTREVISION= 1 CATEGORIES= astro -MASTER_SITES= # http://makemebad.net/geek/codes/${PORTNAME}/ +MASTER_SITES= http://makemebad.net/geek/codes/${PORTNAME}/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= krion MAINTAINER= ports@FreeBSD.org COMMENT= Show latitude and longitude of the moon |