From 33b5d6feaad35ddf0eee3bcd50890776d234e3ce Mon Sep 17 00:00:00 2001 From: anholt Date: Sat, 11 Jan 2003 00:07:24 +0000 Subject: Missed slash in MASTER_SITE_SUBDIR prevented fetching. --- emulators/bochs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emulators/bochs') diff --git a/emulators/bochs/Makefile b/emulators/bochs/Makefile index ea5162479ba7..2e6e0abb55cd 100644 --- a/emulators/bochs/Makefile +++ b/emulators/bochs/Makefile @@ -12,7 +12,7 @@ PORTEPOCH= 1 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:S/$/:bochs/} \ ${MASTER_SITE_LOCAL:S/$/:local/} -MASTER_SITE_SUBDIR= ${PORTNAME}:bochs \ +MASTER_SITE_SUBDIR= ${PORTNAME}/:bochs \ anholt/:local DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz:bochs \ BIOS-bochs-1.4.1.gz:local -- cgit