diff options
author | grant <grant@pkgsrc.org> | 2003-07-17 21:31:04 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-07-17 21:31:04 +0000 |
commit | 4083b24390814eb42e008cc6920806e2d57eea1c (patch) | |
tree | 0c33632bf5c3a779fe1548335374822548fe1fb7 /graphics/Mesa | |
parent | 91f00f1cbc7c8da0ab83a0389a02496e55f8a468 (diff) | |
download | pkgsrc-4083b24390814eb42e008cc6920806e2d57eea1c.tar.gz |
s/netbsd.org/NetBSD.org/
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile | 4 | ||||
-rw-r--r-- | graphics/Mesa/Makefile.common | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 7f28e5aade5..841e75a3ad4 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.49 2003/06/02 01:19:33 jschauma Exp $ +# $NetBSD: Makefile,v 1.50 2003/07/17 21:39:58 grant Exp $ # PKGNAME= Mesa-${MESA_VERSION} MASTER_SITES= # empty DISTFILES= # empty -MAINTAINER= tech-pkg@netbsd.org +MAINTAINER= tech-pkg@NetBSD.org COMMENT= Graphics library meta package, similar to SGI's OpenGL CONFLICTS= Mesa-glx-[0-9]* diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index a2a04802f21..397715a6d48 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2003/07/15 23:31:21 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.17 2003/07/17 21:39:59 grant Exp $ # Latest is: 5.0.1 # Default is: 3.4.2 @@ -10,7 +10,7 @@ CATEGORIES?= graphics MASTER_SITES?= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} EXTRACT_SUFX?= .tar.bz2 -MAINTAINER?= tech-pkg@netbsd.org +MAINTAINER?= tech-pkg@NetBSD.org HOMEPAGE?= http://www.mesa3d.org/ USE_GMAKE= yes |