diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2000-11-22 09:35:41 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2000-11-22 09:35:41 +0000 |
commit | 277971537125052f8e1a896d5e3b85ad0d9c4829 (patch) | |
tree | 4b108d3e60be72d0fe7657dc83eb7b2227c9d35d /graphics/fxtv/Makefile | |
parent | - Fix tmpnam() issue (diff) |
Fetch the source from MASTER_SITE_LOCAL to lower the loading
on freefall.
Notes
Notes:
svn path=/head/; revision=35335
Diffstat (limited to 'graphics/fxtv/Makefile')
-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 |