summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-06-16 11:48:20 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-06-16 11:48:20 +0000
commit99dc9a613447c30bef644b45ef2e16163e4bbc58 (patch)
treeaf3d1b7c235d35ad87d88653c0a74bf2a4c15318
parentUpgrade to 2.72. (diff)
Use MASTER_SITE_LOCAL.
Notes
Notes: svn path=/head/; revision=29639
-rw-r--r--textproc/tth/Makefile3
-rw-r--r--x11/xwit/Makefile3
2 files changed, 4 insertions, 2 deletions
diff --git a/textproc/tth/Makefile b/textproc/tth/Makefile
index fd472d53852d..1f930719afa1 100644
--- a/textproc/tth/Makefile
+++ b/textproc/tth/Makefile
@@ -8,8 +8,9 @@
PORTNAME= tth
PORTVERSION= 2.72
CATEGORIES= textproc
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/tg/ \
+MASTER_SITES= ${MASTER_SITE_LOCAL} \
http://hutchinson.belmont.ma.us/tth/tth-noncom/
+MASTER_SITE_SUBDIR= tg
DISTNAME= tth_C
EXTRACT_SUFX= .tgz
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile
index 76c2da439f8c..2ccf87915340 100644
--- a/x11/xwit/Makefile
+++ b/x11/xwit/Makefile
@@ -8,7 +8,8 @@
PORTNAME= xwit
PORTVERSION= 1.0
CATEGORIES= x11
-MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/ports/local-distfiles/tg/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= tg
MAINTAINER= tg@FreeBSD.org