summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-06-17 00:14:42 +0000
committerSteve Price <steve@FreeBSD.org>2000-06-17 00:14:42 +0000
commit30563b53998852429b379c5698be8bc307cc56ca (patch)
tree13aabac59a77631dc1a79ba0e43c6dc993e2d50f /misc
parentAdd i18n support. (diff)
Use the distfiles now on ftp.freebsd.org instead of from my home directory
on freefall.
Notes
Notes: svn path=/head/; revision=29655
Diffstat (limited to 'misc')
-rw-r--r--misc/buffer/Makefile2
-rw-r--r--misc/fd/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile
index f9e7a949f4ff..a3028fb51746 100644
--- a/misc/buffer/Makefile
+++ b/misc/buffer/Makefile
@@ -8,7 +8,7 @@
PORTNAME= buffer
PORTVERSION= 1.17.1
CATEGORIES= misc
-MASTER_SITES= http://people.FreeBSD.org/~steve/distfiles/
+MASTER_SITES= ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
MAINTAINER= jonny@jonny.eng.br
diff --git a/misc/fd/Makefile b/misc/fd/Makefile
index 373018b1c55f..2b85ee941e98 100644
--- a/misc/fd/Makefile
+++ b/misc/fd/Makefile
@@ -9,7 +9,7 @@ PORTNAME= fd
PORTVERSION= 1.03l
CATEGORIES= misc
MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/FDclone/ \
- http://people.FreeBSD.org/~steve/distfiles/
+ ${MASTER_SITE_LOCAL:S^%SUBDIR%^steve^}
DISTNAME= FD-${PORTVERSION}
MAINTAINER= nobu@psrc.isac.co.jp