diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-29 09:14:52 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-29 09:14:52 +0000 |
commit | f78cf042fbe13662fae3f76fa5fb2c21234a6d29 (patch) | |
tree | 4ba1be829a41bb7bdb7f990ae565337ec0745007 /devel/bin86 | |
parent | 3073448171fe33cca92299728665bdaf4d060bf8 (diff) | |
download | ports-f78cf042fbe13662fae3f76fa5fb2c21234a6d29.tar.gz ports-f78cf042fbe13662fae3f76fa5fb2c21234a6d29.zip |
Notes
Diffstat (limited to 'devel/bin86')
-rw-r--r-- | devel/bin86/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/bin86/Makefile b/devel/bin86/Makefile index 6dc7758b0551..12a021be6391 100644 --- a/devel/bin86/Makefile +++ b/devel/bin86/Makefile @@ -8,7 +8,8 @@ PORTNAME= bin86 PORTVERSION= 0.16.17 CATEGORIES= devel -MASTER_SITES= http://homepage.ntlworld.com/robert.debath/dev86/ +MASTER_SITES= http://homepage.ntlworld.com/robert.debath/dev86/ \ + http://mirror.inerd.com/FreeBSD/distfiles/${PORTNAME}/ MAINTAINER= shaun@inerd.com COMMENT= 16-bit assembler and loader (conflicts with devel/bcc) |