diff options
author | obache <obache@pkgsrc.org> | 2014-12-19 08:49:37 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-12-19 08:49:37 +0000 |
commit | 8e3d017eec2c60b94e36d0535d49396b18199c4b (patch) | |
tree | e4c29136da182c81cba7c88dc0c61a9081d40ed4 /cross | |
parent | 43d466a0eb51d3b26dc260a809d40aa74e2adaea (diff) | |
download | pkgsrc-8e3d017eec2c60b94e36d0535d49396b18199c4b.tar.gz |
Set {MASTER_}SITES properly.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/h8300-hms-gcc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cross/h8300-hms-gcc/Makefile b/cross/h8300-hms-gcc/Makefile index 33e7d8b66f8..c4ba3dea5b0 100644 --- a/cross/h8300-hms-gcc/Makefile +++ b/cross/h8300-hms-gcc/Makefile @@ -1,15 +1,15 @@ -# $NetBSD: Makefile,v 1.28 2013/04/06 20:27:17 rodent Exp $ +# $NetBSD: Makefile,v 1.29 2014/12/19 08:49:37 obache Exp $ DISTNAME= gcc-core-3.1 PKGNAME= cross-h8300-hms-gcc-3.1 PKGREVISION= 6 CATEGORIES= cross -MASTER_SITES= ftp://ftp.gnu.org/gnu/gcc/gcc-3.1/ \ - ftp://sources.redhat.com/pub/newlib/ +MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-3.1/} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME:S/-core-/-g++-/}${EXTRACT_SUFX} \ newlib-1.10.0.tar.gz +SITES.newlib-1.10.0.tar.gz= ftp://sources.redhat.com/pub/newlib/ PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:=h8300-hms/} PATCHFILES= h8300-hms-gcc-3.1-1.patch PATCH_DIST_ARGS= -d ${SRCDIR} -E -p1 |