diff options
author | anholt <anholt@FreeBSD.org> | 2003-01-11 08:07:24 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2003-01-11 08:07:24 +0800 |
commit | 33b5d6feaad35ddf0eee3bcd50890776d234e3ce (patch) | |
tree | 28f113b709f933ebb4477afe8a76176cc85aedff /emulators/bochs | |
parent | 3431b3e73ed3d24e24513c8284dbcea112d6acac (diff) | |
download | freebsd-ports-gnome-33b5d6feaad35ddf0eee3bcd50890776d234e3ce.tar.gz freebsd-ports-gnome-33b5d6feaad35ddf0eee3bcd50890776d234e3ce.tar.zst freebsd-ports-gnome-33b5d6feaad35ddf0eee3bcd50890776d234e3ce.zip |
Missed slash in MASTER_SITE_SUBDIR prevented fetching.
Diffstat (limited to 'emulators/bochs')
-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 |