diff options
author | kris <kris@FreeBSD.org> | 2004-01-31 06:03:04 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-01-31 06:03:04 +0800 |
commit | c0b146dce13cbc2227a707aa19484a22d68516cd (patch) | |
tree | 8a5af91cc141d87dc9cfa2640243887495d17e0c /emulators/bochs | |
parent | 2d5f6006adcfb34cf9c8f77db2f94081900dea61 (diff) | |
download | freebsd-ports-gnome-c0b146dce13cbc2227a707aa19484a22d68516cd.tar.gz freebsd-ports-gnome-c0b146dce13cbc2227a707aa19484a22d68516cd.tar.zst freebsd-ports-gnome-c0b146dce13cbc2227a707aa19484a22d68516cd.zip |
Fix plist and bump PORTREVISION
Diffstat (limited to 'emulators/bochs')
-rw-r--r-- | emulators/bochs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 1126d1c2c652..2a39819e288e 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -8,6 +8,7 @@ PORTNAME= bochs PORTVERSION= 2.1 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -33,7 +34,7 @@ CONFIGURE_ARGS= --disable-split-hd \ CFLAGS+= -fno-rtti -fno-exceptions -fomit-frame-pointer MANCOMPRESSED= yes -MAN1= bochs.1 bxcommit.1 bximage.1 +MAN1= bochs.1 bochs-dlx.1 bxcommit.1 bximage.1 MAN5= bochsrc.5 .include <bsd.port.pre.mk> |