diff options
author | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-06-29 10:31:42 +0800 |
commit | 86688662ee4069a7cd518676ff8e421c8f0e809d (patch) | |
tree | 6305ab987dcce715d514f38deb608104562723ec /misc | |
parent | 52f18bf97a85d08baed7eb38c0d7b388b5979ef6 (diff) | |
download | freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.gz freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.tar.zst freebsd-ports-gnome-86688662ee4069a7cd518676ff8e421c8f0e809d.zip |
Use ${MASTER_SITE_LOCAL}.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/figlet/Makefile | 3 | ||||
-rw-r--r-- | misc/jive/Makefile | 3 | ||||
-rw-r--r-- | misc/mshell/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile index 9f740709cc48..f35c386e50f9 100644 --- a/misc/figlet/Makefile +++ b/misc/figlet/Makefile @@ -12,8 +12,9 @@ CATEGORIES= misc MASTER_SITES= ftp://wuarchive.wustl.edu/graphics/graphics/misc/figlet/program/unix/ \ ftp://ftp.funet.fi/pub/unix/tools/figlet/program/unix/ \ ftp://ftp.internexus.net/pub/figlet/program/unix/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ \ + ${MASTER_SITE_LOCAL} \ ftp://nuxi.ucdavis.edu/pub/misc/ +MASTER_SITE_SUBDIR= obrien DISTNAME= figlet22 MAINTAINER= obrien@FreeBSD.org diff --git a/misc/jive/Makefile b/misc/jive/Makefile index 0c41d6bf00d9..5f04a151d937 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -10,7 +10,8 @@ PORTNAME= jive PORTVERSION= 1.1 CATEGORIES= misc MASTER_SITES= ftp://nuxi.ucdavis.edu/pub/misc/ \ - ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/obrien/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien MAINTAINER= obrien@FreeBSD.org diff --git a/misc/mshell/Makefile b/misc/mshell/Makefile index b94be5e79260..7279da31456b 100644 --- a/misc/mshell/Makefile +++ b/misc/mshell/Makefile @@ -9,7 +9,8 @@ PORTNAME= mshell PORTVERSION= 1.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/jmz/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= jmz DISTFILES= 7432.Z MAINTAINER= jmz@FreeBSD.org |