diff options
author | garga <garga@FreeBSD.org> | 2005-12-22 22:57:35 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-12-22 22:57:35 +0800 |
commit | 46127aee69d92e9b5e3b114efc417f27498b0f63 (patch) | |
tree | add3eda9fd38005b2b70d93d2b8488b10cfdb0cb /graphics | |
parent | 070ed4f2e5af929a602ce1b5ab64da399853d193 (diff) | |
download | freebsd-ports-gnome-46127aee69d92e9b5e3b114efc417f27498b0f63.tar.gz freebsd-ports-gnome-46127aee69d92e9b5e3b114efc417f27498b0f63.tar.zst freebsd-ports-gnome-46127aee69d92e9b5e3b114efc417f27498b0f63.zip |
- Fix MASTER_SITES
PR: ports/90806
Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/libaux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libaux/Makefile b/graphics/libaux/Makefile index d80b4f72a49b..224d2f341965 100644 --- a/graphics/libaux/Makefile +++ b/graphics/libaux/Makefile @@ -8,7 +8,7 @@ PORTNAME= libaux PORTVERSION= 1.0 CATEGORIES= graphics -MASTER_SITES= ftp://ftp.rus.uni-stuttgart.de/pub/systems/sgi/OpenGL/contrib/ +MASTER_SITES= http://www.freebsdbrasil.com.br/~jmelo/ DISTFILES= libaux${EXTRACT_SUFX} libtk${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org |