summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>2001-05-31 05:54:45 +0000
committertron <tron>2001-05-31 05:54:45 +0000
commit1de55c074bca005714ba6f5590d90d214682816a (patch)
treedbc178d65eb4ca4c87bb2c7e10d2125044f3ad02 /graphics
parenta414f383d6b86f10b152f319b46b5d4846862fc6 (diff)
downloadpkgsrc-1de55c074bca005714ba6f5590d90d214682816a.tar.gz
Remove "ftp.mesa3d.org" from master list because it is an alias name for
"download.sourceforge.net" these days.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/MesaLib/Makefile5
-rw-r--r--graphics/glu/Makefile5
-rw-r--r--graphics/glut/Makefile5
3 files changed, 6 insertions, 9 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile
index f70109d89fb..d7a1e6c7def 100644
--- a/graphics/MesaLib/Makefile
+++ b/graphics/MesaLib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2001/05/30 07:53:02 drochner Exp $
+# $NetBSD: Makefile,v 1.9 2001/05/31 05:54:45 tron Exp $
#
.include "../Mesa/Makefile.common"
@@ -6,8 +6,7 @@
DISTNAME= MesaLib-${MESA_VERSION}
WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//}
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
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
diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile
index d81d7bd7adf..c6f92a21cff 100644
--- a/graphics/glut/Makefile
+++ b/graphics/glut/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/04/12 20:38:26 hubertf Exp $
+# $NetBSD: Makefile,v 1.7 2001/05/31 05:54:46 tron Exp $
#
.include "../Mesa/Makefile.common"
@@ -6,8 +6,7 @@
DISTNAME= Mesa-${MESA_VERSION}
PKGNAME= ${DISTNAME:S/Mesa/glut/}
CATEGORIES= graphics
-MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \
- ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mesa3d/}
EXTRACT_SUFX= .tar.bz2
DISTFILES+= ${DISTNAME:S/Mesa/MesaLib/}${EXTRACT_SUFX}
DISTFILES+= ${DISTNAME:S/Mesa/MesaDemos/}${EXTRACT_SUFX}