s/WordNet-*/WordNet/ in the build line. The WordNet port now installs
its data files into the non-versioned ${PREFIX}/share/WordNet. Reported by: build cluster (via kris)
This commit is contained in:
parent
2ff7275b9f
commit
4a87ebcb55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154386
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ BUILD_DEPENDS= wn:${PORTSDIR}/textproc/wordnet \
|
|||
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/cdbmodule.so:${PORTSDIR}/databases/py-cdb
|
||||
|
||||
USE_PYTHON= 2.3+
|
||||
MAKE_ARGS= dict WORDNETDICT="${LOCALBASE}/share/WordNet-*"
|
||||
MAKE_ARGS= dict WORDNETDICT="${LOCALBASE}/share/WordNet"
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
PORTDOCS= address.png index-e.html index.html
|
||||
|
|
Loading…
Reference in a new issue