diff options
author | erwin <erwin@FreeBSD.org> | 2008-02-29 02:17:53 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2008-02-29 02:17:53 +0800 |
commit | b60086f607c7e49dd4320031526061e815ded14e (patch) | |
tree | 1531e725fe455cf88256b0c68d78433ec712d8af /math | |
parent | 0ef3699dab955d6d4c6a4c177aaffba0b87a7ad8 (diff) | |
download | freebsd-ports-gnome-b60086f607c7e49dd4320031526061e815ded14e.tar.gz freebsd-ports-gnome-b60086f607c7e49dd4320031526061e815ded14e.tar.zst freebsd-ports-gnome-b60086f607c7e49dd4320031526061e815ded14e.zip |
Add extra MASTER_SITES
Submitted by: Steven Kreuzer <skreuzer@exit2shell.com> (maintainer),
pointyhat
Diffstat (limited to 'math')
-rw-r--r-- | math/moo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile index 9358733e12fa..f232c1a03b0b 100644 --- a/math/moo/Makefile +++ b/math/moo/Makefile @@ -8,7 +8,9 @@ PORTNAME= moo PORTVERSION= 1.3 CATEGORIES= math -MASTER_SITES= http://cyth.net/~ray/moo/ +MASTER_SITES= http://www.exit2shell.com/~skreuzer/distfiles/ \ + ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ + http://cyth.net/~ray/moo/ EXTRACT_SUFX= .tgz MAINTAINER= skreuzer@exit2shell.com |