diff options
author | obrien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2000-06-29 07:03:02 +0000 |
commit | 239ed910e11d20a20ca9157737a47cab327ce029 (patch) | |
tree | 8d204dff8bf98573d294bf1783659100df685fc0 /shells | |
parent | f17b068fb4d12e722996a8380faf25f24f4f5bf4 (diff) | |
download | FreeBSD-ports-239ed910e11d20a20ca9157737a47cab327ce029.zip FreeBSD-ports-239ed910e11d20a20ca9157737a47cab327ce029.tar.gz |
Move the stragler's www.freebsd.org/~user distfiles to the offical
MASTER_SITE_LOCAL site.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/44bsd-csh/Makefile | 3 | ||||
-rw-r--r-- | shells/sash/Makefile | 3 | ||||
-rw-r--r-- | shells/scsh/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/shells/44bsd-csh/Makefile b/shells/44bsd-csh/Makefile index 38fbb3c..0073b58 100644 --- a/shells/44bsd-csh/Makefile +++ b/shells/44bsd-csh/Makefile @@ -9,7 +9,8 @@ PORTNAME= 44bsd-csh PORTVERSION= 20000409 CATEGORIES= shells -MASTER_SITES= http://people.freebsd.org/~obrien/Distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= obrien MAINTAINER= obrien@FreeBSD.org diff --git a/shells/sash/Makefile b/shells/sash/Makefile index e39c070..6014785 100644 --- a/shells/sash/Makefile +++ b/shells/sash/Makefile @@ -9,7 +9,8 @@ PORTNAME= sash PORTVERSION= 3.4 CATEGORIES= shells MASTER_SITES= http://www.pcug.org.au/~dbell/programs/ \ - http://people.FreeBSD.org/~patrick/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= patrick MAINTAINER= patrick@freebsd.org diff --git a/shells/scsh/Makefile b/shells/scsh/Makefile index a08ce25..dc29959 100644 --- a/shells/scsh/Makefile +++ b/shells/scsh/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 0.5.1 CATEGORIES= shells lang MASTER_SITES= ftp://ftp-swiss.ai.mit.edu/pub/su/scsh/ \ http://www2.cons.org:8000/freebsd-distfiles/ \ - http://people.FreeBSD.org/~cracauer/freebsd-distfiles/ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= cracauer MAINTAINER= cracauer@cons.org |