diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-21 16:24:14 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-06-21 16:24:14 +0000 |
commit | 74c68fe94da671821c6f76793c4ecbda0807de5f (patch) | |
tree | 098a9cdb14f0fb55abae70fd68c3718970d2de25 /graphics/utah-glx/Makefile | |
parent | Activate whowatch. (diff) |
Use MASTER_SITE_LOCAL for locally stored distfiles.
Diffstat (limited to 'graphics/utah-glx/Makefile')
-rw-r--r-- | graphics/utah-glx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/utah-glx/Makefile b/graphics/utah-glx/Makefile index 2a508e310706..f6947fa2f47f 100644 --- a/graphics/utah-glx/Makefile +++ b/graphics/utah-glx/Makefile @@ -8,7 +8,8 @@ PORTNAME= utah-glx PORTVERSION= 0.9.1 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/local-distfiles/sobomax/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= sobomax MAINTAINER= 3d@FreeBSD.org |