From 1b9a04311d15997fd98ddbfc5352da0de8424eff Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Sun, 19 Mar 2006 08:45:18 +0000 Subject: Fix WWW and portlint it. PR: 94344 Submitted by: Ion-Mihai "IOnut" Tetcu --- textproc/py-wordnet/Makefile | 4 ++-- textproc/py-wordnet/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/py-wordnet') 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/ -- cgit v1.2.3