diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /graphics/Mesa | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
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 a81b68bbe25..faf15e35e3f 100644 --- a/graphics/Mesa/Makefile +++ b/graphics/Mesa/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.66 2006/03/04 21:29:45 jlam Exp $ +# $NetBSD: Makefile,v 1.67 2007/02/22 19:26:32 wiz Exp $ PKGNAME= Mesa-${MESA_VERSION} -MASTER_SITES= # empty +MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index c9ec61a5c2d..ba74cad4e2e 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.54 2006/11/06 11:25:54 joerg Exp $ +# $NetBSD: Makefile.common,v 1.55 2007/02/22 19:26:32 wiz Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -6,7 +6,7 @@ DISTNAME?= MesaLib-${MESA_VERSION} CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} EXTRACT_SUFX= .tar.bz2 # When changing this version, please run "make distinfo" in the following |