diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/buffer/Makefile | 2 | ||||
-rw-r--r-- | misc/fd/Makefile | 2 |
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 |