diff options
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 0f117449c48..04291686b07 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.13 2001/05/15 20:20:07 fredb Exp $ +# $NetBSD: Makefile,v 1.14 2001/05/15 22:43:25 wiz Exp $ -DISTNAME= bochs-2000_0325a -PKGNAME= bochs-2000.03.25a +DISTNAME= bochs-bugfix-20010409-beta +PKGNAME= bochs-2001.04.09 +WRKSRC= ${WRKDIR}/bochs CATEGORIES= emulators -MASTER_SITES= ftp://bochs.com/bochs/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bochs/} MAINTAINER= root@garbled.net HOMEPAGE= http://bochs.sourceforge.net/ |