diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 2003-05-21 17:37:44 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 2003-05-21 17:37:44 +0000 |
commit | 02e282e5f03865a95e11bd512c6a00caad927c0e (patch) | |
tree | 223001b4367d9bbcc0586ead58d42c2e9525416f /graphics/linux_glide | |
parent | 03312af81c0f1c9f14815eab0449f373ccf26d70 (diff) | |
download | ports-02e282e5f03865a95e11bd512c6a00caad927c0e.tar.gz ports-02e282e5f03865a95e11bd512c6a00caad927c0e.zip |
Notes
Diffstat (limited to 'graphics/linux_glide')
-rw-r--r-- | graphics/linux_glide/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/linux_glide/Makefile b/graphics/linux_glide/Makefile index 19f307d83a9b..2240e4a3fbf1 100644 --- a/graphics/linux_glide/Makefile +++ b/graphics/linux_glide/Makefile @@ -9,7 +9,9 @@ PORTNAME= glide PORTVERSION= 2.4 CATEGORIES= graphics linux -MASTER_SITES= ftp://ftp.3dfx.com/pub/glide/ +MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= cracauer PKGNAMEPREFIX= linux_ DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}_2_4 |