diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-02-11 00:57:06 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-02-11 00:57:06 +0000 |
commit | e4c6407ef23901212cc2616d6d587a715ffebeda (patch) | |
tree | 794080a85eeff9a4eff0c4aef52a76468dc1d833 /emulators/bochs/Makefile | |
parent | d8f32ee7cb7149098b8803bd33a53789e44acd16 (diff) | |
download | ports-e4c6407ef23901212cc2616d6d587a715ffebeda.tar.gz ports-e4c6407ef23901212cc2616d6d587a715ffebeda.zip |
Notes
Diffstat (limited to 'emulators/bochs/Makefile')
-rw-r--r-- | emulators/bochs/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index 2e6e0abb55cd..fdc0bc3aef76 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -7,16 +7,12 @@ # PORTNAME= bochs -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2 PORTEPOCH= 1 CATEGORIES= emulators -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:bochs/} \ - ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= ${PORTNAME}/:bochs \ - anholt/:local -DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:bochs \ - BIOS-bochs-1.4.1.gz:local -EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}.tar.gz +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz MAINTAINER= anholt@FreeBSD.org |