From 1fa58d77436e288ef798d4967d5f1c9e1cce6da2 Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 17 Jun 2000 00:14:42 +0000 Subject: Use the distfiles now on ftp.freebsd.org instead of from my home directory on freefall. --- misc/buffer/Makefile | 2 +- misc/fd/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') 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 -- cgit