diff options
author | Martin Cracauer <cracauer@FreeBSD.org> | 2003-05-11 13:14:23 +0000 |
---|---|---|
committer | Martin Cracauer <cracauer@FreeBSD.org> | 2003-05-11 13:14:23 +0000 |
commit | a0ac7c84ee7b7d367950f1fe3ab50d4747021737 (patch) | |
tree | 30b0ded59b78da7d4b514d5b2fbd2f9fb410b032 /graphics/opengl-man | |
parent | de8fe2d73f1fde4ce63afa09a868604fe7dc7f96 (diff) | |
download | ports-a0ac7c84ee7b7d367950f1fe3ab50d4747021737.tar.gz ports-a0ac7c84ee7b7d367950f1fe3ab50d4747021737.zip |
Use new master site.
Notes
Notes:
svn path=/head/; revision=80666
Diffstat (limited to 'graphics/opengl-man')
-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 |