diff options
-rw-r--r-- | textproc/py-wordnet/Makefile | 3 | ||||
-rw-r--r-- | textproc/wordnet/Makefile | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile index 00bfc8b82bda..6aa50d73cc49 100644 --- a/textproc/py-wordnet/Makefile +++ b/textproc/py-wordnet/Makefile @@ -10,8 +10,7 @@ PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= SF/pywordnet/pywordnet/${PORTVERSION}:pywn \ - ftp://ftp.cogsci.princeton.edu/pub/wordnet/${WN_VERSION}/:wn \ - http://www.cogsci.princeton.edu/${WN_VERSION}/:wn \ + http://wordnetcode.princeton.edu/${WN_VERSION}/:wn \ ftp://ftp.ims.uni-stuttgart.de/pub/WordNet/${WN_VERSION}/:wn MASTER_SITE_SUBDIR= pywordnet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index e5c763e293ad..ff0844579af0 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -9,8 +9,7 @@ PORTNAME= WordNet PORTVERSION= 3.0 PORTREVISION= 2 CATEGORIES= textproc -MASTER_SITES= ftp://ftp.cogsci.princeton.edu/pub/wordnet/${PORTVERSION}/ \ - http://wordnet.princeton.edu/${PORTVERSION}/ +MASTER_SITES= http://wordnetcode.princeton.edu/${PORTVERSION}/ MAINTAINER= mi@aldan.algebra.com COMMENT= Dictionaries and thesauri with devel. libraries (C, TCL) and browsers |