summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 14:04:52 +0000
committerwiz <wiz>2001-02-16 14:04:52 +0000
commite3124ee02e7655a21468c3d37102b8300144f498 (patch)
treece780eb4be457420d7a743659cbb8359f44149e4
parentfe73cf7b6545199a4f863e13c93e1f50452a00c6 (diff)
downloadpkgsrc-e3124ee02e7655a21468c3d37102b8300144f498.tar.gz
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
-rw-r--r--cross/arm-netbsd/Makefile3
-rw-r--r--cross/arm-netbsd/pkg/COMMENT1
-rw-r--r--cross/armv2-netbsd/Makefile3
-rw-r--r--cross/armv2-netbsd/pkg/COMMENT1
-rw-r--r--cross/bfd-crunchide/Makefile3
-rw-r--r--cross/bfd-crunchide/pkg/COMMENT1
-rw-r--r--cross/bfd-mdsetimage/Makefile3
-rw-r--r--cross/bfd-mdsetimage/pkg/COMMENT1
-rw-r--r--cross/binutils/Makefile3
-rw-r--r--cross/binutils/pkg/COMMENT1
-rw-r--r--cross/i386-cygwin32/Makefile3
-rw-r--r--cross/i386-cygwin32/pkg/COMMENT1
-rw-r--r--cross/i386-linux/Makefile3
-rw-r--r--cross/i386-linux/pkg/COMMENT1
-rw-r--r--cross/i386-linuxglibc1/Makefile3
-rw-r--r--cross/i386-linuxglibc1/pkg/COMMENT1
-rw-r--r--cross/i386-msdosdjgpp/Makefile3
-rw-r--r--cross/i386-msdosdjgpp/pkg/COMMENT1
-rw-r--r--cross/i386-netbsd/Makefile3
-rw-r--r--cross/i386-netbsd/pkg/COMMENT1
-rw-r--r--cross/i386-netbsdelf/Makefile3
-rw-r--r--cross/i386-netbsdelf/pkg/COMMENT1
-rw-r--r--cross/i386-netbsdpe/Makefile3
-rw-r--r--cross/i386-netbsdpe/pkg/COMMENT1
-rw-r--r--cross/m68k-netbsd/Makefile3
-rw-r--r--cross/m68k-netbsd/pkg/COMMENT1
-rw-r--r--cross/m68k-netbsdelf/Makefile3
-rw-r--r--cross/m68k-netbsdelf/pkg/COMMENT1
-rw-r--r--cross/mipseb-netbsd/Makefile3
-rw-r--r--cross/mipseb-netbsd/pkg/COMMENT1
-rw-r--r--cross/mipsel-netbsd/Makefile3
-rw-r--r--cross/mipsel-netbsd/pkg/COMMENT1
-rw-r--r--cross/powerpc-netbsd/Makefile3
-rw-r--r--cross/powerpc-netbsd/pkg/COMMENT1
-rw-r--r--cross/sh-netbsdcoff/Makefile3
-rw-r--r--cross/sh-netbsdcoff/pkg/COMMENT1
-rw-r--r--cross/shel-netbsdcoff/Makefile3
-rw-r--r--cross/shel-netbsdcoff/pkg/COMMENT1
-rw-r--r--cross/sparc-netbsdelf/Makefile3
-rw-r--r--cross/sparc-netbsdelf/pkg/COMMENT1
-rw-r--r--cross/zoularis/Makefile3
-rw-r--r--cross/zoularis/pkg/COMMENT1
42 files changed, 42 insertions, 42 deletions
diff --git a/cross/arm-netbsd/Makefile b/cross/arm-netbsd/Makefile
index 59b8ef25b67..d928c455318 100644
--- a/cross/arm-netbsd/Makefile
+++ b/cross/arm-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 09:38:35 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:04:52 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for NetBSD/arm32 (static binaries only)
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
diff --git a/cross/arm-netbsd/pkg/COMMENT b/cross/arm-netbsd/pkg/COMMENT
deleted file mode 100644
index 9aa6f0d40a7..00000000000
--- a/cross/arm-netbsd/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for NetBSD/arm32 (static binaries only)
diff --git a/cross/armv2-netbsd/Makefile b/cross/armv2-netbsd/Makefile
index 0dca407f206..91d8745f2ce 100644
--- a/cross/armv2-netbsd/Makefile
+++ b/cross/armv2-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/02/05 09:00:55 tron Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/16 14:04:53 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for NetBSD/arm26
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
diff --git a/cross/armv2-netbsd/pkg/COMMENT b/cross/armv2-netbsd/pkg/COMMENT
deleted file mode 100644
index cd0f843d346..00000000000
--- a/cross/armv2-netbsd/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for NetBSD/arm26
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
diff --git a/cross/bfd-mdsetimage/Makefile b/cross/bfd-mdsetimage/Makefile
index 089bb7a4e32..f525e7eae31 100644
--- a/cross/bfd-mdsetimage/Makefile
+++ b/cross/bfd-mdsetimage/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:55 wiz Exp $
DISTNAME= bfd-mdsetimage-1.0
CATEGORIES= cross
@@ -6,6 +6,7 @@ MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= sakamoto@netbsd.org
+COMMENT= mdsetimage using libbfd. Used for cross-building distributions
DEPENDS= cross-binutils>=2.9.1.1:../binutils
diff --git a/cross/bfd-mdsetimage/pkg/COMMENT b/cross/bfd-mdsetimage/pkg/COMMENT
deleted file mode 100644
index e4576878b82..00000000000
--- a/cross/bfd-mdsetimage/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-mdsetimage using libbfd. Used for cross-building distributions
diff --git a/cross/binutils/Makefile b/cross/binutils/Makefile
index 6ad6e82cccc..84705d2ad62 100644
--- a/cross/binutils/Makefile
+++ b/cross/binutils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2001/01/29 10:25:07 abs Exp $
+# $NetBSD: Makefile,v 1.23 2001/02/16 14:04:55 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
@@ -11,6 +11,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=binutils/}
MAINTAINER= tv@netbsd.org
HOMEPAGE= http://www.gnu.org/
+COMMENT= Unified GNU binutils for cross build environments
USE_CROSSBASE= yes
USE_LIBTOOL= yes
diff --git a/cross/binutils/pkg/COMMENT b/cross/binutils/pkg/COMMENT
deleted file mode 100644
index 24bffdaff19..00000000000
--- a/cross/binutils/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Unified GNU binutils for cross build environments
diff --git a/cross/i386-cygwin32/Makefile b/cross/i386-cygwin32/Makefile
index cfb23d97735..ac53f7294df 100644
--- a/cross/i386-cygwin32/Makefile
+++ b/cross/i386-cygwin32/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/11/06 05:40:28 minoura Exp $
+# $NetBSD: Makefile,v 1.5 2001/02/16 14:04:56 wiz Exp $
#
DISTVERSION= 1.0.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for Cywin32/i386
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
diff --git a/cross/i386-cygwin32/pkg/COMMENT b/cross/i386-cygwin32/pkg/COMMENT
deleted file mode 100644
index 3b07d3b1805..00000000000
--- a/cross/i386-cygwin32/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for Cywin32/i386
diff --git a/cross/i386-linux/Makefile b/cross/i386-linux/Makefile
index 285bb749119..5061ad37aaf 100644
--- a/cross/i386-linux/Makefile
+++ b/cross/i386-linux/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2001/02/05 09:00:55 tron Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/16 14:04:56 wiz Exp $
#
DISTVERSION= 2.0.7.1
@@ -7,6 +7,7 @@ EXTRACT_ONLY= # none of the RPM files
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/redhat/redhat-5.1/i386/RedHat/RPMS/
MAINTAINER= packages@netbsd.org
+COMMENT= Cross-compile environment for iX86 Linux, libc v6
BUILD_DEPENDS+= rpm2cpio:../../misc/rpm
BUILD_DEPENDS+= ${LOCALBASE}/bin/autoheader:../../devel/autoconf
diff --git a/cross/i386-linux/pkg/COMMENT b/cross/i386-linux/pkg/COMMENT
deleted file mode 100644
index ffb93a40802..00000000000
--- a/cross/i386-linux/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for iX86 Linux, libc v6
diff --git a/cross/i386-linuxglibc1/Makefile b/cross/i386-linuxglibc1/Makefile
index beb1b8fc701..8631a7a37e7 100644
--- a/cross/i386-linuxglibc1/Makefile
+++ b/cross/i386-linuxglibc1/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/01/04 22:37:33 tv Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/16 14:04:57 wiz Exp $
#
DISTVERSION= 5.3.12.1
@@ -7,6 +7,7 @@ EXTRACT_ONLY= # none of the RPM files
MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/redhat/redhat-4.2/i386/RedHat/RPMS/
MAINTAINER= packages@netbsd.org
+COMMENT= Cross-compile environment for iX86 Linux, libc v5
BUILD_DEPENDS= rpm2cpio:../../misc/rpm
diff --git a/cross/i386-linuxglibc1/pkg/COMMENT b/cross/i386-linuxglibc1/pkg/COMMENT
deleted file mode 100644
index 6e0c7d0eb45..00000000000
--- a/cross/i386-linuxglibc1/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for iX86 Linux, libc v5
diff --git a/cross/i386-msdosdjgpp/Makefile b/cross/i386-msdosdjgpp/Makefile
index 1e3236d8797..229bd9d6d53 100644
--- a/cross/i386-msdosdjgpp/Makefile
+++ b/cross/i386-msdosdjgpp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2000/01/02 03:08:47 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2001/02/16 14:04:58 wiz Exp $
#
DISTVERSION= 2.02.0
@@ -9,6 +9,7 @@ MASTER_SITES= ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2/ \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.delorie.com/djgpp/
+COMMENT= Cross-compile environment for MS-DOS on 386 and higher
BUILD_DEPENDS= unzip:../../archivers/unzip
diff --git a/cross/i386-msdosdjgpp/pkg/COMMENT b/cross/i386-msdosdjgpp/pkg/COMMENT
deleted file mode 100644
index 07f61992235..00000000000
--- a/cross/i386-msdosdjgpp/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for MS-DOS on 386 and higher
diff --git a/cross/i386-netbsd/Makefile b/cross/i386-netbsd/Makefile
index d65bb1cc357..99227419604 100644
--- a/cross/i386-netbsd/Makefile
+++ b/cross/i386-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/12/06 09:34:28 sakamoto Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:04:58 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for a.out NetBSD/i386 (static binaries only)
WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME}
diff --git a/cross/i386-netbsd/pkg/COMMENT b/cross/i386-netbsd/pkg/COMMENT
deleted file mode 100644
index c924f09efa6..00000000000
--- a/cross/i386-netbsd/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for a.out NetBSD/i386 (static binaries only)
diff --git a/cross/i386-netbsdelf/Makefile b/cross/i386-netbsdelf/Makefile
index 1bd472f0d2b..f90c5f1c389 100644
--- a/cross/i386-netbsdelf/Makefile
+++ b/cross/i386-netbsdelf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/02/14 10:06:08 mrg Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:04:59 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for ELF NetBSD/i386
WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME}
diff --git a/cross/i386-netbsdelf/pkg/COMMENT b/cross/i386-netbsdelf/pkg/COMMENT
deleted file mode 100644
index 39910220c11..00000000000
--- a/cross/i386-netbsdelf/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for ELF NetBSD/i386
diff --git a/cross/i386-netbsdpe/Makefile b/cross/i386-netbsdpe/Makefile
index 5c9fb63edc4..14602c34a84 100644
--- a/cross/i386-netbsdpe/Makefile
+++ b/cross/i386-netbsdpe/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/02/05 09:00:55 tron Exp $
+# $NetBSD: Makefile,v 1.4 2001/02/16 14:05:00 wiz Exp $
#
DISTVERSION= 1.1.2
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= peace-sacrifice@hauN.org
HOMEPAGE= http://chiharu.hauN.org/peace/
+COMMENT= Cross-compile environment for PEACE/i386
WRKSRC= ${WRKDIR}/${GCC_DISTNAME}
diff --git a/cross/i386-netbsdpe/pkg/COMMENT b/cross/i386-netbsdpe/pkg/COMMENT
deleted file mode 100644
index d1ab3fb41b8..00000000000
--- a/cross/i386-netbsdpe/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for PEACE/i386
diff --git a/cross/m68k-netbsd/Makefile b/cross/m68k-netbsd/Makefile
index 267b77f5b5a..59b1f3d7924 100644
--- a/cross/m68k-netbsd/Makefile
+++ b/cross/m68k-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/01/14 14:51:27 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:05:01 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for a.out NetBSD/m68k (static binaries only)
WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME}
diff --git a/cross/m68k-netbsd/pkg/COMMENT b/cross/m68k-netbsd/pkg/COMMENT
deleted file mode 100644
index fef87ca94f8..00000000000
--- a/cross/m68k-netbsd/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for a.out NetBSD/m68k (static binaries only)
diff --git a/cross/m68k-netbsdelf/Makefile b/cross/m68k-netbsdelf/Makefile
index c8b72c6b26b..7778d0ca4f6 100644
--- a/cross/m68k-netbsdelf/Makefile
+++ b/cross/m68k-netbsdelf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/01/24 12:03:04 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:05:02 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for ELF NetBSD/m68k
WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME}
diff --git a/cross/m68k-netbsdelf/pkg/COMMENT b/cross/m68k-netbsdelf/pkg/COMMENT
deleted file mode 100644
index 54c0f0eabeb..00000000000
--- a/cross/m68k-netbsdelf/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for ELF NetBSD/m68k
diff --git a/cross/mipseb-netbsd/Makefile b/cross/mipseb-netbsd/Makefile
index 4e0bd0841e8..54e42dce296 100644
--- a/cross/mipseb-netbsd/Makefile
+++ b/cross/mipseb-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/01/06 06:38:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/16 14:05:02 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for NetBSD/mipseb
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
diff --git a/cross/mipseb-netbsd/pkg/COMMENT b/cross/mipseb-netbsd/pkg/COMMENT
deleted file mode 100644
index 65f9ce93c6e..00000000000
--- a/cross/mipseb-netbsd/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for NetBSD/mipseb
diff --git a/cross/mipsel-netbsd/Makefile b/cross/mipsel-netbsd/Makefile
index 4eba64441da..62f79557b7e 100644
--- a/cross/mipsel-netbsd/Makefile
+++ b/cross/mipsel-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/02/19 00:58:39 tsutsui Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:05:04 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for NetBSD/mipsel
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
diff --git a/cross/mipsel-netbsd/pkg/COMMENT b/cross/mipsel-netbsd/pkg/COMMENT
deleted file mode 100644
index 1f6908b07b0..00000000000
--- a/cross/mipsel-netbsd/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for NetBSD/mipsel
diff --git a/cross/powerpc-netbsd/Makefile b/cross/powerpc-netbsd/Makefile
index a9d15ebc884..7d2071d77a2 100644
--- a/cross/powerpc-netbsd/Makefile
+++ b/cross/powerpc-netbsd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 1999/01/06 01:20:28 tv Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:05:04 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for NetBSD/powerpc
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
diff --git a/cross/powerpc-netbsd/pkg/COMMENT b/cross/powerpc-netbsd/pkg/COMMENT
deleted file mode 100644
index 3ece50b3842..00000000000
--- a/cross/powerpc-netbsd/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for NetBSD/powerpc
diff --git a/cross/sh-netbsdcoff/Makefile b/cross/sh-netbsdcoff/Makefile
index 21df4d66ecc..14852b1f485 100644
--- a/cross/sh-netbsdcoff/Makefile
+++ b/cross/sh-netbsdcoff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/01/09 13:24:47 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/16 14:05:05 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for big-endian NetBSD/{mmeye,evbsh3}
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
diff --git a/cross/sh-netbsdcoff/pkg/COMMENT b/cross/sh-netbsdcoff/pkg/COMMENT
deleted file mode 100644
index 9006ed253cb..00000000000
--- a/cross/sh-netbsdcoff/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for big-endian NetBSD/{mmeye,evbsh3}
diff --git a/cross/shel-netbsdcoff/Makefile b/cross/shel-netbsdcoff/Makefile
index 35ec7704479..98942b7da35 100644
--- a/cross/shel-netbsdcoff/Makefile
+++ b/cross/shel-netbsdcoff/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2001/01/09 13:24:47 itojun Exp $
+# $NetBSD: Makefile,v 1.3 2001/02/16 14:05:06 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for little-endian NetBSD/{evbsh3,dreamcast}
WRKSRC= ${WRKDIR}/${EGCS_DISTNAME}
diff --git a/cross/shel-netbsdcoff/pkg/COMMENT b/cross/shel-netbsdcoff/pkg/COMMENT
deleted file mode 100644
index d669ea14fe7..00000000000
--- a/cross/shel-netbsdcoff/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for little-endian NetBSD/{evbsh3,dreamcast}
diff --git a/cross/sparc-netbsdelf/Makefile b/cross/sparc-netbsdelf/Makefile
index d6555c2eb30..76dcbb587a9 100644
--- a/cross/sparc-netbsdelf/Makefile
+++ b/cross/sparc-netbsdelf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 1999/02/03 13:00:43 tv Exp $
+# $NetBSD: Makefile,v 1.2 2001/02/16 14:05:07 wiz Exp $
#
DISTVERSION= 1.3.0.0
@@ -6,6 +6,7 @@ DISTFILES= # none
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= Cross-compile environment for 32-bit ELF NetBSD/sparc
WRKSRC= ${WRKDIR}/${BINUTILS_DISTNAME}
diff --git a/cross/sparc-netbsdelf/pkg/COMMENT b/cross/sparc-netbsdelf/pkg/COMMENT
deleted file mode 100644
index 8428afbd73b..00000000000
--- a/cross/sparc-netbsdelf/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Cross-compile environment for 32-bit ELF NetBSD/sparc
diff --git a/cross/zoularis/Makefile b/cross/zoularis/Makefile
index 7b950feda0e..d8c9d00ff46 100644
--- a/cross/zoularis/Makefile
+++ b/cross/zoularis/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2000/10/03 22:10:25 christos Exp $
+# $NetBSD: Makefile,v 1.14 2001/02/16 14:05:08 wiz Exp $
#
DISTNAME= zoularis-20001003
@@ -7,6 +7,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.netbsd.org/
+COMMENT= provides NetBSD libs, includes and utilities on Solaris
WRKSRC= ${WRKDIR}/bsd
diff --git a/cross/zoularis/pkg/COMMENT b/cross/zoularis/pkg/COMMENT
deleted file mode 100644
index 60cff0b6a04..00000000000
--- a/cross/zoularis/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-provides NetBSD libs, includes and utilities on Solaris