diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 18:38:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 18:38:11 +0000 |
commit | 311d465268c3bf5610733f162b7e64727fb62d38 (patch) | |
tree | 20b079bdc6a9de82806e52dcbc233fceb7f6a00a /emulators/netbsd32_compat14 | |
parent | 2945719f9dc2ea6b959bb3d14f32c160b282d1aa (diff) | |
download | pkgsrc-311d465268c3bf5610733f162b7e64727fb62d38.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'emulators/netbsd32_compat14')
-rw-r--r-- | emulators/netbsd32_compat14/Makefile | 3 | ||||
-rw-r--r-- | emulators/netbsd32_compat14/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/netbsd32_compat14/Makefile b/emulators/netbsd32_compat14/Makefile index 5ced5e00726..8ec7d75289b 100644 --- a/emulators/netbsd32_compat14/Makefile +++ b/emulators/netbsd32_compat14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/04 07:16:30 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 18:38:19 wiz Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -16,6 +16,7 @@ DEPENDS+= netbsd32_compat15-1.0:../netbsd32_compat15 MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.netbsd.org/Releases/formal-1.4/index.html +COMMENT= 32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility ONLY_FOR_PLATFORM= NetBSD-*-sparc64 diff --git a/emulators/netbsd32_compat14/pkg/COMMENT b/emulators/netbsd32_compat14/pkg/COMMENT deleted file mode 100644 index 5bcfc9982d6..00000000000 --- a/emulators/netbsd32_compat14/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -32-bit shared libraries for NetBSD 1.4 (and earlier) compatibility |