diff options
author | drochner <drochner@pkgsrc.org> | 2004-08-05 13:38:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2004-08-05 13:38:00 +0000 |
commit | fccb8d9a0520f0d0b2af93c227ff3a0a6c478e71 (patch) | |
tree | d69dd11c63245706382b43c6598b1b850175ff56 /cross | |
parent | 9b62511ff150c14d6d9e3b7219826f6cf101d97b (diff) | |
download | pkgsrc-fccb8d9a0520f0d0b2af93c227ff3a0a6c478e71.tar.gz |
use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirror
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 10b82e3fa8a..0f1329062b3 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/07/04 00:23:21 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2004/08/05 13:38:00 drochner Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 @@ -7,7 +7,7 @@ MASTER_SITES= ftp://ftp.gnu.org/gnu/gcc/gcc-3.1/ \ ftp://sources.redhat.com/pub/newlib/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} newlib-1.10.0.tar.gz -PATCH_SITES= http://telia.dl.sourceforge.net/sourceforge/h8300-hms/ +PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:=h8300-hms/} PATCHFILES= h8300-hms-gcc-3.1-1.patch PATCH_DIST_ARGS= -d ${SRCDIR} -E -p1 |