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/compat13 | |
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/compat13')
-rw-r--r-- | emulators/compat13/Makefile | 3 | ||||
-rw-r--r-- | emulators/compat13/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/compat13/Makefile b/emulators/compat13/Makefile index 7a449e5016d..e2248a9bc46 100644 --- a/emulators/compat13/Makefile +++ b/emulators/compat13/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/01/25 21:43:59 tv Exp $ +# $NetBSD: Makefile,v 1.10 2001/02/17 18:38:14 wiz Exp $ # DISTNAME= compat13-${MACHINE_ARCH} @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.netbsd.org/Releases/formal-1.3/index.html +COMMENT= Shared libraries for NetBSD 1.3 (and earlier) compatibility ONLY_FOR_PLATFORM= NetBSD-*-alpha NetBSD-*-arm32 NetBSD-*-i386 \ NetBSD-*-m68k NetBSD-*-mipsel NetBSD-*-ns32k \ diff --git a/emulators/compat13/pkg/COMMENT b/emulators/compat13/pkg/COMMENT deleted file mode 100644 index 687e56fa41e..00000000000 --- a/emulators/compat13/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Shared libraries for NetBSD 1.3 (and earlier) compatibility |