diff options
Diffstat (limited to 'graphics/MesaDemos/Makefile')
-rw-r--r-- | graphics/MesaDemos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/MesaDemos/Makefile b/graphics/MesaDemos/Makefile index d5d2fd9d94c..000fb6c693a 100644 --- a/graphics/MesaDemos/Makefile +++ b/graphics/MesaDemos/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.6 2003/05/10 16:37:11 drochner Exp $ +# $NetBSD: Makefile,v 1.7 2003/07/17 21:40:00 grant Exp $ PKGNAME= MesaDemos-${MESA_VERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} DISTFILES+= ${DISTNAME:S/MesaLib/MesaDemos/}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} -MAINTAINER= jschauma@netbsd.org +MAINTAINER= jschauma@NetBSD.org COMMENT= OpenGL examples and Demos MESA_REQD= 5.0.1 |