diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-03-20 06:19:05 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-03-20 06:19:05 +0000 |
commit | 6595cf8b9fa5b3c7ceed8fa536c3d42dbd55f735 (patch) | |
tree | 39180302902a6ba00a210e88045bdcd0eb1672ee /graphics/Mesa | |
parent | a6f9bb601b33754ce48c0ce5458a8dde15d7e123 (diff) | |
download | pkgsrc-6595cf8b9fa5b3c7ceed8fa536c3d42dbd55f735.tar.gz |
Tidy this up, and make me the `maintainer'.
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile index 27cd58711da..f3fe7789a7b 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,10 +1,7 @@ -# New ports collection makefile for: Mesa -# Version required: 2.2 -# Date created: Tue Feb 7 12:02:49 1995 -# Whom: hsu +# Makefile for: Mesa +# Version required: 2.6 # -# $NetBSD: Makefile,v 1.10 1998/03/05 20:56:25 mycroft Exp $ -# FreeBSD Id: Makefile,v 1.19 1997/09/30 19:21:40 max Exp +# $NetBSD: Makefile,v 1.11 1998/03/20 06:19:05 mycroft Exp $ # DISTNAME= MesaLib-2.6 @@ -15,7 +12,7 @@ MASTER_SITES= ftp://iris.ssec.wisc.edu/pub/Mesa/ \ DISTFILES= MesaLib-${MESA_VERSION}${EXTRACT_SUFX} \ MesaDemos-${MESA_VERSION}${EXTRACT_SUFX} -MAINTAINER= ports@FreeBSD.ORG +MAINTAINER= mycroft@NetBSD.ORG WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= netbsd |