diff options
author | tg <tg@FreeBSD.org> | 2000-06-16 11:48:20 +0000 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 2000-06-16 11:48:20 +0000 |
commit | 8901372fd83c3fb4731ca6763a82f8571fc9b3f2 (patch) | |
tree | e3ffff32b8d2438f69c3ecb93d2153fb3add4846 /x11 | |
parent | 260d4602ce789017e0a5fa5ec7001ad7a1ef1550 (diff) | |
download | FreeBSD-ports-8901372fd83c3fb4731ca6763a82f8571fc9b3f2.zip FreeBSD-ports-8901372fd83c3fb4731ca6763a82f8571fc9b3f2.tar.gz |
Use MASTER_SITE_LOCAL.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xwit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/xwit/Makefile b/x11/xwit/Makefile index 76c2da4..2ccf879 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 |