diff options
author | rafan <rafan@FreeBSD.org> | 2007-07-24 20:18:24 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2007-07-24 20:18:24 +0800 |
commit | 7b4bfc5f9b9d902a2f810279615b37ae02e4e372 (patch) | |
tree | 9d484bc3ffbaaf019b2277a13a82a2c9286ff82f /science | |
parent | 6a1f8899e200bb26980107bd74c620bd648ca463 (diff) | |
download | freebsd-ports-gnome-7b4bfc5f9b9d902a2f810279615b37ae02e4e372.tar.gz freebsd-ports-gnome-7b4bfc5f9b9d902a2f810279615b37ae02e4e372.tar.zst freebsd-ports-gnome-7b4bfc5f9b9d902a2f810279615b37ae02e4e372.zip |
- Band-aid for unfetchable distfile until this is updated to 1.1 (it depends
on a repocopy to liblinear)
Noticed by: pointyhat via pav
Diffstat (limited to 'science')
-rw-r--r-- | science/liblinear/Makefile | 3 | ||||
-rw-r--r-- | science/liblr/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/science/liblinear/Makefile b/science/liblinear/Makefile index cf551fae1aa2..5b83bd02b798 100644 --- a/science/liblinear/Makefile +++ b/science/liblinear/Makefile @@ -8,8 +8,7 @@ PORTNAME= liblr PORTVERSION= 1.00 CATEGORIES= science math -MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/liblr/ \ - http://www.csie.ntu.edu.tw/~cjlin/liblr/oldfiles/ +MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= rafan@FreeBSD.org diff --git a/science/liblr/Makefile b/science/liblr/Makefile index cf551fae1aa2..5b83bd02b798 100644 --- a/science/liblr/Makefile +++ b/science/liblr/Makefile @@ -8,8 +8,7 @@ PORTNAME= liblr PORTVERSION= 1.00 CATEGORIES= science math -MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/liblr/ \ - http://www.csie.ntu.edu.tw/~cjlin/liblr/oldfiles/ +MASTER_SITES= http://www.csie.ntu.edu.tw/~cjlin/liblinear/oldfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION:C/0$//} MAINTAINER= rafan@FreeBSD.org |