diff options
author | tv <tv@pkgsrc.org> | 1999-02-18 13:46:32 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1999-02-18 13:46:32 +0000 |
commit | 81d4020d0276acaf4a048c2b4527c90b9ba3e4c5 (patch) | |
tree | 57d097f216e57cd9fd17720e27d26533715863d8 /cross/binutils | |
parent | 97ce770e21f28b46519986a2c110a977fd1beea3 (diff) | |
download | pkgsrc-81d4020d0276acaf4a048c2b4527c90b9ba3e4c5.tar.gz |
Let's try this again; we need *both* slashes.
Diffstat (limited to 'cross/binutils')
-rw-r--r-- | cross/binutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile index 1024b4b41f0..fc9c9a9739f 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/02/18 03:13:26 tv Exp $ +# $NetBSD: Makefile,v 1.7 1999/02/18 13:46:33 tv Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which @@ -7,7 +7,7 @@ DISTNAME= binutils-2.9.1 PKGNAME= cross-binutils-2.9.1.0 CATEGORIES= cross lang -MASTER_SITES= ${MASTER_SITE_GNU:=/binutils} +MASTER_SITES= ${MASTER_SITE_GNU:=/binutils/} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.gnu.org/ |