diff options
author | pav <pav@FreeBSD.org> | 2008-06-19 03:12:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-06-19 03:12:59 +0800 |
commit | b312cc4306a98a3b0a652331ee3035bf078ce7de (patch) | |
tree | 702c315cdca881a4de363cbe876537d97c8d431f /textproc | |
parent | 8b889b0477beb04e3f25dcc3e1dcabcf69632c08 (diff) | |
download | freebsd-ports-gnome-b312cc4306a98a3b0a652331ee3035bf078ce7de.tar.gz freebsd-ports-gnome-b312cc4306a98a3b0a652331ee3035bf078ce7de.tar.zst freebsd-ports-gnome-b312cc4306a98a3b0a652331ee3035bf078ce7de.zip |
- Fix fetch, update WWW
Diffstat (limited to 'textproc')
-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/ |