diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-05 11:03:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-05 11:03:03 +0000 |
commit | e0e523058a1c15a5e61610f3004d19cd0a58ab9b (patch) | |
tree | d4ba98eed4bcbcea68a98cead9f566fb1c1754b9 /cross | |
parent | 9882fe71a5ca2b60a4f2b94bbbfc6e5085bdfafd (diff) | |
download | pkgsrc-e0e523058a1c15a5e61610f3004d19cd0a58ab9b.tar.gz |
Sort lines for pkglint.
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 ff66cc44850..8ce51d25f84 100644 --- a/cross/binutils/Makefile +++ b/cross/binutils/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.39 2004/12/03 15:14:53 wiz Exp $ +# $NetBSD: Makefile,v 1.40 2005/04/05 11:03:03 wiz Exp $ # # GNU binutils configured to hold `as many targets as the cross system is # capable of using'. Configures and builds everything except gas, which # gets built at cross-pkg build time (it's target specific). DISTNAME= binutils-2.15 -PKGREVISION= 3 PKGNAME= cross-binutils-2.15.0.0 +PKGREVISION= 3 CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} |