diff options
author | anholt <anholt@FreeBSD.org> | 2003-02-11 08:57:06 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-02-11 08:57:06 +0800 |
commit | cc966045d5e09ee430a83555588a0accba06f1a2 (patch) | |
tree | 7715fbb6dc4bb81ecc9b08ecbe4773aeca68749f /emulators/bochs/Makefile | |
parent | b6c870b183071078fc305ad95d712dc67aec273a (diff) | |
download | freebsd-ports-gnome-cc966045d5e09ee430a83555588a0accba06f1a2.tar.gz freebsd-ports-gnome-cc966045d5e09ee430a83555588a0accba06f1a2.tar.zst freebsd-ports-gnome-cc966045d5e09ee430a83555588a0accba06f1a2.zip |
Update to 2.0.2
PR: ports/48143
Submitted by: Ports Fury
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 |