diff options
author | cracauer <cracauer@FreeBSD.org> | 2003-05-11 21:14:23 +0800 |
---|---|---|
committer | cracauer <cracauer@FreeBSD.org> | 2003-05-11 21:14:23 +0800 |
commit | f123101ddf6ad74c2910a291604e0ad6ad5d3a01 (patch) | |
tree | f52100d2417f281e39795a89673e69ab920454f3 /graphics/opengl-man/Makefile | |
parent | 6cdf7d6acc16b5d9c491fdaf46d23c12fba2db58 (diff) | |
download | freebsd-ports-gnome-f123101ddf6ad74c2910a291604e0ad6ad5d3a01.tar.gz freebsd-ports-gnome-f123101ddf6ad74c2910a291604e0ad6ad5d3a01.tar.zst freebsd-ports-gnome-f123101ddf6ad74c2910a291604e0ad6ad5d3a01.zip |
Use new master site.
Diffstat (limited to 'graphics/opengl-man/Makefile')
-rw-r--r-- | graphics/opengl-man/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/opengl-man/Makefile b/graphics/opengl-man/Makefile index 60365cb1c55e..5ad8da0d1ecf 100644 --- a/graphics/opengl-man/Makefile +++ b/graphics/opengl-man/Makefile @@ -8,8 +8,8 @@ PORTNAME= opengl-man PORTVERSION= 657 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} \ - http://www2.cons.org:8000/freebsd-distfiles/ +MASTER_SITES= http://www2.cons.org/freebsd-distfiles/ \ + ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= cracauer MAINTAINER= cracauer@cons.org COMMENT= Section 3 manpages for OpenGL: gl, glx, glu, gle, glut |