diff options
author | tron <tron> | 2000-11-11 17:49:22 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-11 17:49:22 +0000 |
commit | 23dbeca880de1b5ffb7b3dcc5ab399fd19f2dbad (patch) | |
tree | a19159d7e52ca8c65d6fab67a452132a0b121bd2 /x11 | |
parent | 454548eede8ad91140e8d7e0610442dc85908a10 (diff) | |
download | pkgsrc-23dbeca880de1b5ffb7b3dcc5ab399fd19f2dbad.tar.gz |
Use "${MASTER_SITE_SOURCEFORGE}".
Diffstat (limited to 'x11')
-rw-r--r-- | x11/fltk/Makefile | 4 | ||||
-rw-r--r-- | x11/gtk--/Makefile | 4 | ||||
-rw-r--r-- | x11/py-wxWindows/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/x11/fltk/Makefile b/x11/fltk/Makefile index eabb876a610..3a94ecbf408 100644 --- a/x11/fltk/Makefile +++ b/x11/fltk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/10/15 12:06:42 rh Exp $ +# $NetBSD: Makefile,v 1.10 2000/11/11 17:49:29 tron Exp $ # DISTNAME= fltk-1.0.9-source @@ -6,7 +6,7 @@ PKGNAME= ${DISTNAME:S/-source//} VERS= ${PKGNAME:S/fltk-//} WRKSRC= ${WRKDIR}/${PKGNAME} CATEGORIES= x11 -MASTER_SITES= http://download.sourceforge.net/FLTK/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=FLTK/} \ ftp://ftp.fltk.org/pub/fltk/${VERS}/ \ ftp://ftp2.easysw.com/pub/fltk/${VERS}/ \ ftp://ftp.northamerica.net/pub/ESP/fltk/${VERS}/ \ diff --git a/x11/gtk--/Makefile b/x11/gtk--/Makefile index c8d1aa49eda..1097a1038e7 100644 --- a/x11/gtk--/Makefile +++ b/x11/gtk--/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.13 2000/07/15 09:48:12 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2000/11/11 17:49:28 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1999/01/12 16:50:43 vanilla Exp # DISTNAME= gtkmm-1.2.1 PKGNAME= gtk---1.2.1 CATEGORIES= x11 devel -MASTER_SITES= http://download.sourceforge.net/gtkmm/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtkmm/} \ ${MASTER_SITE_GNOME:=stable/sources/gtkmm/} MAINTAINER= bsieker@freenet.de diff --git a/x11/py-wxWindows/Makefile b/x11/py-wxWindows/Makefile index 9244c000623..520d118bf57 100644 --- a/x11/py-wxWindows/Makefile +++ b/x11/py-wxWindows/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.5 2000/10/26 16:44:58 tsarna Exp $ +# $NetBSD: Makefile,v 1.6 2000/11/11 17:49:29 tron Exp $ # DISTNAME= wxPython-2.2.1 PKGNAME= py-wxWindows-2.2.1 CATEGORIES= x11 -MASTER_SITES= http://download.sourceforge.net/wxpython/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=wxpython/} MAINTAINER= tsarna@netbsd.org HOMEPAGE= http://wxpython.org/ |