diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-12 23:03:39 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-12 23:03:39 +0000 |
commit | 4a9b2ad461486e9d7e866abfe5416b158408ed89 (patch) | |
tree | 0d29ac5d4e74a980af2ed8ee0c7abca262e3a3e8 /emulators/bochs | |
parent | b9e6923ab2b0e0c347c6a557e663bf1865726117 (diff) | |
download | pkgsrc-4a9b2ad461486e9d7e866abfe5416b158408ed89.tar.gz |
Fix some more pkglint nits.
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 6 | ||||
-rw-r--r-- | emulators/bochs/pkg/PLIST | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 585f4e4a0e8..0dd3e73f358 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.2 1998/09/22 06:11:36 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1998/11/12 23:03:40 frueauf Exp $ DISTNAME= bochs-980707a CATEGORIES= emulators MASTER_SITES= ftp://ftp.std.com/pub/bochs/ -NOT_FOR_ARCHS= alpha #runs, SEGV. - MAINTAINER= root@garbled.net HOMEPAGE= http://world.std.com/~bochs/ +NOT_FOR_ARCHS= alpha #runs, SEGV. + LICENSE= shareware WRKSRC= ${WRKDIR}/bochs-980707 USE_GMAKE= yes diff --git a/emulators/bochs/pkg/PLIST b/emulators/bochs/pkg/PLIST index ec9fb441db2..a34fdd89e51 100644 --- a/emulators/bochs/pkg/PLIST +++ b/emulators/bochs/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 1998/09/06 06:51:05 garbled Exp $ +@comment $NetBSD: PLIST,v 1.2 1998/11/12 23:03:40 frueauf Exp $ bin/bochs lib/X11/fonts/misc/fonts.dir lib/X11/fonts/misc/hercules.bdf @@ -37,4 +37,3 @@ share/bochs/bochsrc @dirrm share/doc/bochs @dirrm share/bochs/bios @dirrm share/bochs - |