diff options
author | mi <mi@FreeBSD.org> | 2006-05-02 05:57:21 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-05-02 05:57:21 +0800 |
commit | c3b9fac797e7e749ecaea4dd1deef6c4c1584686 (patch) | |
tree | 506435e366050df2754bc948c2885dfe5a1d8a75 /textproc/wordnet | |
parent | 93944ca28d2f2bb558aa94e3a91d8bf5700369f6 (diff) | |
download | freebsd-ports-gnome-c3b9fac797e7e749ecaea4dd1deef6c4c1584686.tar.gz freebsd-ports-gnome-c3b9fac797e7e749ecaea4dd1deef6c4c1584686.tar.zst freebsd-ports-gnome-c3b9fac797e7e749ecaea4dd1deef6c4c1584686.zip |
Fix MASTER_SITES. Thanks to Edwin for his auto-notifier.
PR: ports/96633
Submitted by: Ion-Mihai "IOnut" Tetcu
Diffstat (limited to 'textproc/wordnet')
-rw-r--r-- | textproc/wordnet/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index 8ddc4a9a8f6f..e9781c9f23c4 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -9,8 +9,7 @@ PORTNAME= WordNet PORTVERSION= 2.1 CATEGORIES= textproc MASTER_SITES= ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PORTVERSION}/ \ - http://www.cogsci.princeton.edu/${PORTVERSION}/ \ - ftp://ftp.ims.uni-stuttgart.de/pub/WordNet/${PORTVERSION}/ + http://wordnet.princeton.edu/${PORTVERSION}/ MAINTAINER= mi@aldan.algebra.com COMMENT= Dictionaries and thesauri with devel. libraries (C, TCL) and browsers |