From cc966045d5e09ee430a83555588a0accba06f1a2 Mon Sep 17 00:00:00 2001 From: anholt Date: Tue, 11 Feb 2003 00:57:06 +0000 Subject: Update to 2.0.2 PR: ports/48143 Submitted by: Ports Fury --- emulators/bochs/Makefile | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'emulators/bochs/Makefile') 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 -- cgit