diff options
author | delphij <delphij@FreeBSD.org> | 2008-03-21 06:26:34 +0800 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2008-03-21 06:26:34 +0800 |
commit | 7bfa8720a51adad755de9bf91a583e6cb63c881d (patch) | |
tree | caf473734ea029dc92968c350b3177dbddd0f240 /math | |
parent | e6eac04f3e9411c7620c649aadbf3304e8446f47 (diff) | |
download | freebsd-ports-gnome-7bfa8720a51adad755de9bf91a583e6cb63c881d.tar.gz freebsd-ports-gnome-7bfa8720a51adad755de9bf91a583e6cb63c881d.tar.zst freebsd-ports-gnome-7bfa8720a51adad755de9bf91a583e6cb63c881d.zip |
Use MASTER_SITE_OPENBSD.
PR: ports/121370
Submitted by: maintainer
Diffstat (limited to 'math')
-rw-r--r-- | math/moo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/moo/Makefile b/math/moo/Makefile index f232c1a03b0b..3f33c6ee9931 100644 --- a/math/moo/Makefile +++ b/math/moo/Makefile @@ -8,9 +8,8 @@ PORTNAME= moo PORTVERSION= 1.3 CATEGORIES= math -MASTER_SITES= http://www.exit2shell.com/~skreuzer/distfiles/ \ - ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/ \ - http://cyth.net/~ray/moo/ +MASTER_SITES= ${MASTER_SITE_OPENBSD} +MASTER_SITE_SUBDIR= distfiles EXTRACT_SUFX= .tgz MAINTAINER= skreuzer@exit2shell.com |