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 | 1cd4763fd2335c5283c5eb3d5932f59bac0f4482 (patch) | |
tree | d69dd11c63245706382b43c6598b1b850175ff56 /cross/h8300-hms-gcc/Makefile | |
parent | 401fa89089fd9b3f1c327988e6d95b9133573cce (diff) | |
download | pkgsrc-1cd4763fd2335c5283c5eb3d5932f59bac0f4482.tar.gz |
use MASTER_SITE_SOURCEFORGE instead of an arbitrary mirror
Diffstat (limited to 'cross/h8300-hms-gcc/Makefile')
-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 |