diff options
author | abs <abs> | 2002-05-12 10:16:44 +0000 |
---|---|---|
committer | abs <abs> | 2002-05-12 10:16:44 +0000 |
commit | 56457b9aed11987e646c512f29028b3a605f69f9 (patch) | |
tree | 7b3e62aa9d2dd250c2404071c0ce5434ccb7c879 /devel | |
parent | 04fc3da3612c30638698f54424a8e41dc913ff1b (diff) | |
download | pkgsrc-56457b9aed11987e646c512f29028b3a605f69f9.tar.gz |
prdownloads.sourceforge.net is no longer any use.
Switch to MASTER_SITE_SOURCEFORGE.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/w32api/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/w32api/Makefile b/devel/w32api/Makefile index de62cc339ab..54eaf36e079 100644 --- a/devel/w32api/Makefile +++ b/devel/w32api/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/03/18 03:25:46 kent Exp $ +# $NetBSD: Makefile,v 1.10 2002/05/12 10:16:46 abs Exp $ # $PEACE: Makefile,v 1.18 2001/12/16 16:23:38 kent Exp $ DISTNAME= w32api-1.2-src @@ -6,7 +6,7 @@ PKGNAME= w32api-1.2 PKGREVISION= 2 WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} CATEGORIES= devel -MASTER_SITES= http://prdownloads.sourceforge.net/mingw/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mingw/} MAINTAINER= peace-sacrifice@hauN.org HOMEPAGE= http://www.mingw.org/ |