diff options
author | tron <tron> | 1999-04-14 21:39:01 +0000 |
---|---|---|
committer | tron <tron> | 1999-04-14 21:39:01 +0000 |
commit | 148d39ac09639f24712b0e9083727f6f5336e4ca (patch) | |
tree | bbaa4216e40e5290bddc14a02309232c2868acfd /cross | |
parent | 433af7ab385e0f77d7f4d27b335e2fc3a9e905f8 (diff) | |
download | pkgsrc-148d39ac09639f24712b0e9083727f6f5336e4ca.tar.gz |
Remove unnecessary slash from master site list.
Diffstat (limited to 'cross')
-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 ebfb4958835..d609c61c406 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 1999/04/01 14:07:53 agc Exp $ +# $NetBSD: Makefile,v 1.9 1999/04/14 21:39:01 tron 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/ |