diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-03-19 08:45:18 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-03-19 08:45:18 +0000 |
commit | 1b9a04311d15997fd98ddbfc5352da0de8424eff (patch) | |
tree | 46c9fe3bcda4795c664b8ad4b01c043bc5f84928 /textproc/py-wordnet | |
parent | 612f3f0db2ae5dfe635770df87e23f0814ec9793 (diff) | |
download | ports-1b9a04311d15997fd98ddbfc5352da0de8424eff.tar.gz ports-1b9a04311d15997fd98ddbfc5352da0de8424eff.zip |
Notes
Diffstat (limited to 'textproc/py-wordnet')
-rw-r--r-- | textproc/py-wordnet/Makefile | 4 | ||||
-rw-r--r-- | textproc/py-wordnet/pkg-descr | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile index 222af6723528..a52e8ad14400 100644 --- a/textproc/py-wordnet/Makefile +++ b/textproc/py-wordnet/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}:pywn \ ftp://ftp.cogsci.princeton.edu/pub/wordnet/${WN_VERSION}/:wn \ - http://www.cogsci.princeton.edu/${WN_VERSION}/:wn \ + http://www.cogsci.princeton.edu/${WN_VERSION}/:wn \ ftp://ftp.ims.uni-stuttgart.de/pub/WordNet/${WN_VERSION}/:wn MASTER_SITE_SUBDIR= pywordnet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -41,7 +41,7 @@ post-patch: > ${WRKSRC}/wordnet.py post-install: - ${MKDIR} -p ${PREFIX}/${WORDNETDATA} + ${MKDIR} ${PREFIX}/${WORDNETDATA} .for f in ${WN_DICTFILES} ${INSTALL_DATA} ${WN_WRKSRC}/dict/${f} ${PREFIX}/${WORDNETDATA}/ .endfor diff --git a/textproc/py-wordnet/pkg-descr b/textproc/py-wordnet/pkg-descr index ebbbd3206b5e..3f50ccb134e3 100644 --- a/textproc/py-wordnet/pkg-descr +++ b/textproc/py-wordnet/pkg-descr @@ -3,4 +3,4 @@ and lexical relationships. (A lexical relationship is a relationship between words, such as synonym, antonym, hypernym ("poodle" -> "dog"), and hyponym ("poodle" -> "dog"). -WWW: http://pywordnet.sourceforge.net/ +WWW: http://osteele.com/projects/pywordnet/ |