diff options
author | mi <mi@FreeBSD.org> | 2004-02-17 21:51:14 +0000 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2004-02-17 21:51:14 +0000 |
commit | f3ba836afd3e692c1989f6fa783ea35dd56e7d95 (patch) | |
tree | ad3a9378294cef7ba65410759ced7c33b0ed0acb /textproc/wordnet | |
parent | 7080909bb40bd77fab47266c129c7883d8ec87b7 (diff) | |
download | FreeBSD-ports-f3ba836afd3e692c1989f6fa783ea35dd56e7d95.zip FreeBSD-ports-f3ba836afd3e692c1989f6fa783ea35dd56e7d95.tar.gz |
Add the http-style listing for one of the master site servers, which
speaks both FTP and HTTP.
Diffstat (limited to 'textproc/wordnet')
-rw-r--r-- | textproc/wordnet/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/wordnet/Makefile b/textproc/wordnet/Makefile index 5f9c658..334fd1b 100644 --- a/textproc/wordnet/Makefile +++ b/textproc/wordnet/Makefile @@ -9,6 +9,7 @@ PORTNAME= WordNet PORTVERSION= 2.0 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}/ MAINTAINER= mi@aldan.algebra.com |