diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 19:12:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 19:12:59 +0000 |
commit | fef2d1e552dfae104f2782fbea74113350f3fe2b (patch) | |
tree | 62dbc1e9a8ca56bb89150211a0d6a11cf81838fa /textproc/libstree | |
parent | 90c6d213230f53b5240af7a7c81bfdf556648deb (diff) | |
download | ports-fef2d1e552dfae104f2782fbea74113350f3fe2b.tar.gz ports-fef2d1e552dfae104f2782fbea74113350f3fe2b.zip |
Notes
Diffstat (limited to 'textproc/libstree')
-rw-r--r-- | textproc/libstree/Makefile | 2 | ||||
-rw-r--r-- | textproc/libstree/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libstree/Makefile b/textproc/libstree/Makefile index 11ee554d5cfe..4953ca3598c9 100644 --- a/textproc/libstree/Makefile +++ b/textproc/libstree/Makefile @@ -8,7 +8,7 @@ PORTNAME= libstree PORTVERSION= 0.4.2 CATEGORIES= textproc -MASTER_SITES= http://www.cl.cam.ac.uk/~cpk25/downloads/ +MASTER_SITES= http://www.icir.org/christian/downloads/ MAINTAINER= clsung@FreeBSD.org COMMENT= A Generic Suffix Tree Library diff --git a/textproc/libstree/pkg-descr b/textproc/libstree/pkg-descr index efaabe86bf8a..11a5f1a16c62 100644 --- a/textproc/libstree/pkg-descr +++ b/textproc/libstree/pkg-descr @@ -7,4 +7,4 @@ means that libstree builds suffix trees in time linear to the length of the strings (assuming that string element comparisons can be done in O(1)). -WWW: http://www.cl.cam.ac.uk/~cpk25/libstree/ +WWW: http://www.icir.org/christian/libstree/ |