diff options
Diffstat (limited to 'graphics/glu')
-rw-r--r-- | graphics/glu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 0a7bee54be9..d6bc659a822 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/04/12 20:38:26 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/05/31 05:54:46 tron Exp $ # .include "../Mesa/Makefile.common" @@ -6,8 +6,7 @@ DISTNAME= MesaLib-${MESA_VERSION} PKGNAME= ${DISTNAME:C/MesaLib/glu/} CATEGORIES= graphics -MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \ - ${MASTER_SITE_SOURCEFORGE:=mesa3d/} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org |