diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:04:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:04:52 +0000 |
commit | 6c0ff6d2791c86527492513d3f40f5586041e81e (patch) | |
tree | ce780eb4be457420d7a743659cbb8359f44149e4 /cross/bfd-crunchide | |
parent | a41926ecac26c9109c3ad770532bc757c666829f (diff) | |
download | pkgsrc-6c0ff6d2791c86527492513d3f40f5586041e81e.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'cross/bfd-crunchide')
-rw-r--r-- | cross/bfd-crunchide/Makefile | 3 | ||||
-rw-r--r-- | cross/bfd-crunchide/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cross/bfd-crunchide/Makefile b/cross/bfd-crunchide/Makefile index 5babf92e713..33fb1167f75 100644 --- a/cross/bfd-crunchide/Makefile +++ b/cross/bfd-crunchide/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/01 14:24:25 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2001/02/16 14:04:54 wiz Exp $ DISTNAME= bfd-crunchide-1.0 CATEGORIES= cross @@ -6,6 +6,7 @@ MASTER_SITES= # empty DISTFILES= # empty MAINTAINER= sakamoto@netbsd.org +COMMENT= crunchide using libbfd. Used for cross-building distributions DEPENDS= cross-binutils>=2.9.1.1:../binutils diff --git a/cross/bfd-crunchide/pkg/COMMENT b/cross/bfd-crunchide/pkg/COMMENT deleted file mode 100644 index b18a54a3766..00000000000 --- a/cross/bfd-crunchide/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -crunchide using libbfd. Used for cross-building distributions |