diff options
author | roger <roger@FreeBSD.org> | 2000-11-22 17:35:41 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-11-22 17:35:41 +0800 |
commit | 99c44099ea64b7b7376cf22f857c856d974ef9e9 (patch) | |
tree | 8db775f1f83cca3fe4b291be5e9fb38bb9e65e53 /graphics | |
parent | ed4aaf9cc94d8cb280125a3a08c8dc05034d9f38 (diff) | |
download | freebsd-ports-gnome-99c44099ea64b7b7376cf22f857c856d974ef9e9.tar.gz freebsd-ports-gnome-99c44099ea64b7b7376cf22f857c856d974ef9e9.tar.zst freebsd-ports-gnome-99c44099ea64b7b7376cf22f857c856d974ef9e9.zip |
Fetch the source from MASTER_SITE_LOCAL to lower the loading
on freefall.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/fxtv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/fxtv/Makefile b/graphics/fxtv/Makefile index b6b9146513c8..45a7322e564b 100644 --- a/graphics/fxtv/Makefile +++ b/graphics/fxtv/Makefile @@ -8,7 +8,8 @@ PORTNAME= fxtv PORTVERSION= 1.02 CATEGORIES= graphics -MASTER_SITES= http://people.freebsd.org/~rhh/fxtv/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= rhh EXTRACT_SUFX= .tgz MAINTAINER= aa8vb@nc.rr.com |