diff options
author | frueauf <frueauf> | 1998-11-12 23:03:39 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-11-12 23:03:39 +0000 |
commit | c7475e873766d435043af731264d24f9809c7dae (patch) | |
tree | 0d29ac5d4e74a980af2ed8ee0c7abca262e3a3e8 /emulators | |
parent | baf2267f0fcde7154e45b4388fa5f5fa3b477b81 (diff) | |
download | pkgsrc-c7475e873766d435043af731264d24f9809c7dae.tar.gz |
Fix some more pkglint nits.
Diffstat (limited to 'emulators')
-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 - |