diff options
author | tg <tg@FreeBSD.org> | 2000-06-16 19:48:20 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-06-16 19:48:20 +0800 |
commit | 8901372fd83c3fb4731ca6763a82f8571fc9b3f2 (patch) | |
tree | e3ffff32b8d2438f69c3ecb93d2153fb3add4846 /textproc | |
parent | 260d4602ce789017e0a5fa5ec7001ad7a1ef1550 (diff) | |
download | freebsd-ports-gnome-8901372fd83c3fb4731ca6763a82f8571fc9b3f2.tar.gz freebsd-ports-gnome-8901372fd83c3fb4731ca6763a82f8571fc9b3f2.tar.zst freebsd-ports-gnome-8901372fd83c3fb4731ca6763a82f8571fc9b3f2.zip |
Use MASTER_SITE_LOCAL.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/tth/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |