diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-12 12:29:46 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-12 12:29:46 +0000 |
commit | 6492f3715fc6bb5bab7cfe8a192cf71a5a7777e3 (patch) | |
tree | 0b4c55d10f36340d0c944f9cf0ce988e7b28e6d8 /textproc/libtre | |
parent | d09b72b96c7c0ff12863dbcc187cb60f7e2cfed8 (diff) | |
download | ports-6492f3715fc6bb5bab7cfe8a192cf71a5a7777e3.tar.gz ports-6492f3715fc6bb5bab7cfe8a192cf71a5a7777e3.zip |
Notes
Diffstat (limited to 'textproc/libtre')
-rw-r--r-- | textproc/libtre/Makefile | 2 | ||||
-rw-r--r-- | textproc/libtre/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libtre/Makefile b/textproc/libtre/Makefile index a1beb8b83c1f..200e21951d72 100644 --- a/textproc/libtre/Makefile +++ b/textproc/libtre/Makefile @@ -9,7 +9,7 @@ PORTNAME= libtre PORTVERSION= 0.3.2 CATEGORIES= textproc -MASTER_SITES= http://kouli.iki.fi/~vlaurika/libtre/ +MASTER_SITES= http://kouli.iki.fi/~vlaurika/tre/ MAINTAINER= ports@FreeBSD.org diff --git a/textproc/libtre/pkg-descr b/textproc/libtre/pkg-descr index fbd31c2cd868..269e56163953 100644 --- a/textproc/libtre/pkg-descr +++ b/textproc/libtre/pkg-descr @@ -11,4 +11,4 @@ of the text. The used space is also quadratic on the length of the regex, but does not depend on the searched string. This quadratic behaviour occurs only on pathological cases which are probably very rare in practice. -WWW: http://kouli.iki.fi/~vlaurika/libtre/ +WWW: http://kouli.iki.fi/~vlaurika/tre/ |