diff options
-rw-r--r-- | emulators/bochs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |