mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix WWW and portlint it.
PR: 94344 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
This commit is contained in:
parent
612f3f0db2
commit
1b9a04311d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=157653
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user