diff options
author | Matthew Hunt <mph@FreeBSD.org> | 2000-06-14 05:44:53 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 2000-06-14 05:44:53 +0000 |
commit | 8fc36b393c50f756c1cfb15aa8b203758d394117 (patch) | |
tree | 2c01e2faac2182c6b853631f5e348c2e8a07231d /x11/xprompt | |
parent | d82d2c0b2dcaabed93169c8b570c7fb0b09e19e8 (diff) | |
download | ports-8fc36b393c50f756c1cfb15aa8b203758d394117.tar.gz ports-8fc36b393c50f756c1cfb15aa8b203758d394117.zip |
In accordance with the New World Order, move the distfiles that
I host from people.FreeBSD.org to MASTER_SITE_LOCAL.
Notes
Notes:
svn path=/head/; revision=29588
Diffstat (limited to 'x11/xprompt')
-rw-r--r-- | x11/xprompt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xprompt/Makefile b/x11/xprompt/Makefile index 935015cf0368..efc608db8af5 100644 --- a/x11/xprompt/Makefile +++ b/x11/xprompt/Makefile @@ -8,7 +8,8 @@ PORTNAME= xprompt PORTVERSION= 1.4 CATEGORIES= x11 -MASTER_SITES= http://people.FreeBSD.org/~mph/distfiles/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= mph MAINTAINER= mph@freebsd.org |