diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-28 02:31:08 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-28 02:31:08 +0800 |
commit | 066693f29c16b9fed221111e46771fbd9feee8e7 (patch) | |
tree | ba0d4d99f5e64b7a0253161510fe68d676844d54 /textproc | |
parent | 2b494f2228c9a06acfb3d649197bcebbd8cb6066 (diff) | |
download | freebsd-ports-gnome-066693f29c16b9fed221111e46771fbd9feee8e7.tar.gz freebsd-ports-gnome-066693f29c16b9fed221111e46771fbd9feee8e7.tar.zst freebsd-ports-gnome-066693f29c16b9fed221111e46771fbd9feee8e7.zip |
- Fix some more SF URLs, including ones in PATCH_SITES and comments (for consistency)
Approved by: portmgr (pav)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-wordnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile index cce0d004ea7a..00bfc8b82bda 100644 --- a/textproc/py-wordnet/Makefile +++ b/textproc/py-wordnet/Makefile @@ -9,7 +9,7 @@ PORTNAME= wordnet PORTVERSION= 2.0.1 PORTREVISION= 1 CATEGORIES= textproc python -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:pywn \ +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 \ ftp://ftp.ims.uni-stuttgart.de/pub/WordNet/${WN_VERSION}/:wn |