diff options
author | krion <krion@FreeBSD.org> | 2005-02-20 16:01:21 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-02-20 16:01:21 +0800 |
commit | b253edb3d78fb8678acaf4a683216184d8693ae3 (patch) | |
tree | 1a5896a4e19e64d55d3160681501d558ee30cce6 /astro/mymoon/Makefile | |
parent | 4242df52efbd1a3e7ef67e621aa8779c6f75414e (diff) | |
download | freebsd-ports-gnome-b253edb3d78fb8678acaf4a683216184d8693ae3.tar.gz freebsd-ports-gnome-b253edb3d78fb8678acaf4a683216184d8693ae3.tar.zst freebsd-ports-gnome-b253edb3d78fb8678acaf4a683216184d8693ae3.zip |
Fix MASTER_SITES
PR: ports/77752
Submitted by: Sam Lawrance <boris at brooknet.com.au>
Diffstat (limited to 'astro/mymoon/Makefile')
-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 |