diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-01-11 00:07:24 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-01-11 00:07:24 +0000 |
commit | fcdc2cd7c133622f968555a6f2ae502b9db95993 (patch) | |
tree | 7ba8aac6805b5bc3c5ec1767acf8c565e5469fce /emulators/bochs | |
parent | Update bochs port to 2.0.1, take maintainership. (diff) |
Missed slash in MASTER_SITE_SUBDIR prevented fetching.
Notes
Notes:
svn path=/head/; revision=72866
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 |