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/linuxppc_lib | |
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/linuxppc_lib')
-rw-r--r-- | emulators/linuxppc_lib/Makefile | 3 | ||||
-rw-r--r-- | emulators/linuxppc_lib/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linuxppc_lib/Makefile b/emulators/linuxppc_lib/Makefile index e10b5068eb5..806a08e91f5 100644 --- a/emulators/linuxppc_lib/Makefile +++ b/emulators/linuxppc_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/23 22:28:44 manu Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/17 18:38:19 wiz Exp $ DISTNAME= linuxppc_lib-2000.q4.1 CATEGORIES= emulators @@ -18,6 +18,7 @@ DISTFILES= glibc-2.1.3-15f.ppc.rpm glib-1.2.8-3.ppc.rpm \ MAINTAINER= p99dreyf@criens.u-psud.fr HOMEPAGE= http://www.linuxppc.org/ +COMMENT= libraries to run Linux binaries on NetBSD/powerpc (includes X11) BUILD_DEPENDS+= rpm2cpio:../../misc/rpm diff --git a/emulators/linuxppc_lib/pkg/COMMENT b/emulators/linuxppc_lib/pkg/COMMENT deleted file mode 100644 index 76b7c18481e..00000000000 --- a/emulators/linuxppc_lib/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -libraries to run Linux binaries on NetBSD/powerpc (includes X11) |