diff options
author | wiz <wiz> | 2001-02-17 18:38:11 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-17 18:38:11 +0000 |
commit | 771321b8d87c3d00e1a2315a8eb9b8f63b978a90 (patch) | |
tree | 20b079bdc6a9de82806e52dcbc233fceb7f6a00a /emulators/netbsd32_compat15 | |
parent | c593ad911a5ed953d7cd027311f29fae9062df44 (diff) | |
download | pkgsrc-771321b8d87c3d00e1a2315a8eb9b8f63b978a90.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'emulators/netbsd32_compat15')
-rw-r--r-- | emulators/netbsd32_compat15/Makefile | 3 | ||||
-rw-r--r-- | emulators/netbsd32_compat15/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/netbsd32_compat15/Makefile b/emulators/netbsd32_compat15/Makefile index 4005fbc070d..b538967c848 100644 --- a/emulators/netbsd32_compat15/Makefile +++ b/emulators/netbsd32_compat15/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/02/04 07:15:59 mrg Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 18:38:20 wiz Exp $ # .if ${MACHINE_ARCH} == "sparc64" @@ -14,6 +14,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= tv@netbsd.org HOMEPAGE= http://www.netbsd.org/Releases/formal-1.5/index.html +COMMENT= 32-bit shared libraries for NetBSD 1.5 (and earlier) compatibility ONLY_FOR_PLATFORM= NetBSD-*-sparc64 diff --git a/emulators/netbsd32_compat15/pkg/COMMENT b/emulators/netbsd32_compat15/pkg/COMMENT deleted file mode 100644 index 6e93c606c6f..00000000000 --- a/emulators/netbsd32_compat15/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -32-bit shared libraries for NetBSD 1.5 (and earlier) compatibility |