diff options
author | tron <tron@pkgsrc.org> | 2000-11-11 17:49:22 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-11 17:49:22 +0000 |
commit | 5feac46ad5d89bb2b10bc508b38d98c140fa33c5 (patch) | |
tree | a19159d7e52ca8c65d6fab67a452132a0b121bd2 /graphics | |
parent | 8d33af98834882975525d1ca7511022c710f87f6 (diff) | |
download | pkgsrc-5feac46ad5d89bb2b10bc508b38d98c140fa33c5.tar.gz |
Use "${MASTER_SITE_SOURCEFORGE}".
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/Makefile | 4 | ||||
-rw-r--r-- | graphics/denemo/Makefile | 4 | ||||
-rw-r--r-- | graphics/glu/Makefile | 4 | ||||
-rw-r--r-- | graphics/glut/Makefile | 4 | ||||
-rw-r--r-- | graphics/gqview/Makefile | 4 | ||||
-rw-r--r-- | graphics/netpbm/Makefile | 4 | ||||
-rw-r--r-- | graphics/pngcrush/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 3e1381e301d..029c1092902 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 11:41:17 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/11 17:49:26 tron Exp $ # DISTNAME= MesaLib-3.2.1 WRKSRC= ${WRKDIR}/${DISTNAME:S/Lib//} CATEGORIES= graphics MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \ - http://download.sourceforge.net/mesa3d/ + ${MASTER_SITE_SOURCEFORGE:=mesa3d/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org diff --git a/graphics/denemo/Makefile b/graphics/denemo/Makefile index 48c76c7d52f..b2ff21f18c8 100644 --- a/graphics/denemo/Makefile +++ b/graphics/denemo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 17:45:41 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/11 17:49:26 tron Exp $ # DISTNAME= denemo-0.5.4 CATEGORIES= graphics print -MASTER_SITES= http://download.sourceforge.net/denemo/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=denemo/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://denemo.sourceforge.net/ diff --git a/graphics/glu/Makefile b/graphics/glu/Makefile index 77199485bce..bfc161a1d31 100644 --- a/graphics/glu/Makefile +++ b/graphics/glu/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.2 2000/10/15 20:21:28 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:26 tron Exp $ # DISTNAME= MesaLib-3.2.1 PKGNAME= ${DISTNAME:C/MesaLib/glu/} CATEGORIES= graphics MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \ - http://download.sourceforge.net/mesa3d/ + ${MASTER_SITE_SOURCEFORGE:=mesa3d/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= rh@netbsd.org diff --git a/graphics/glut/Makefile b/graphics/glut/Makefile index 173d7a8235c..c5198da8181 100644 --- a/graphics/glut/Makefile +++ b/graphics/glut/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 11:48:44 rh Exp $ +# $NetBSD: Makefile,v 1.2 2000/11/11 17:49:26 tron Exp $ # DISTNAME= Mesa-3.2.1 PKGNAME= ${DISTNAME:S/Mesa/glut/} CATEGORIES= graphics MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \ - http://download.sourceforge.net/mesa3d/ + ${MASTER_SITE_SOURCEFORGE:=mesa3d/} EXTRACT_SUFX= .tar.bz2 DISTFILES+= ${DISTNAME:S/Mesa/MesaLib/}${EXTRACT_SUFX} DISTFILES+= ${DISTNAME:S/Mesa/MesaDemos/}${EXTRACT_SUFX} diff --git a/graphics/gqview/Makefile b/graphics/gqview/Makefile index 70118ca081b..75cc7da72b3 100644 --- a/graphics/gqview/Makefile +++ b/graphics/gqview/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.7 2000/08/03 23:52:03 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2000/11/11 17:49:25 tron Exp $ # FreeBSD Id: Makefile,v 1.7 1998/12/09 06:59:39 vanilla Exp # DISTNAME= gqview-0.8.2 CATEGORIES= graphics x11 -MASTER_SITES= http://download.sourceforge.net/gqview/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gqview/} MAINTAINER= wiz@netbsd.org HOMEPAGE= http://gqview.sourceforge.net/index.html diff --git a/graphics/netpbm/Makefile b/graphics/netpbm/Makefile index 0d454a3fb13..65c046c5773 100644 --- a/graphics/netpbm/Makefile +++ b/graphics/netpbm/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.46 2000/08/10 10:44:09 wiz Exp $ +# $NetBSD: Makefile,v 1.47 2000/11/11 17:49:25 tron Exp $ DISTNAME= netpbm-${VERS} CATEGORIES= graphics -MASTER_SITES= http://download.sourceforge.net/netpbm/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=netpbm/} EXTRACT_SUFX= .tgz MAINTAINER= tron@netbsd.org diff --git a/graphics/pngcrush/Makefile b/graphics/pngcrush/Makefile index 753f17a16e9..ac49410cff8 100644 --- a/graphics/pngcrush/Makefile +++ b/graphics/pngcrush/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2000/07/30 19:23:04 rh Exp $ +# $NetBSD: Makefile,v 1.9 2000/11/11 17:49:25 tron Exp $ # DISTNAME= pngcrush-1.5.1 CATEGORIES= graphics -MASTER_SITES= http://download.sourceforge.net/pmt/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/} MAINTAINER= rh@netbsd.org HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html |