diff options
author | mi <mi@FreeBSD.org> | 2006-01-25 04:42:24 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2006-01-25 04:42:24 +0800 |
commit | 29f737948ef42acecac5b7325f060409c19082c9 (patch) | |
tree | 38303d2d264e8d22934ebacc329e6a3ef52dbd9c /textproc | |
parent | db43cfc6d0e5711acc728217536600fa34eac318 (diff) | |
download | freebsd-ports-gnome-29f737948ef42acecac5b7325f060409c19082c9.tar.gz freebsd-ports-gnome-29f737948ef42acecac5b7325f060409c19082c9.tar.zst freebsd-ports-gnome-29f737948ef42acecac5b7325f060409c19082c9.zip |
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)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/queequeg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/queequeg/Makefile b/textproc/queequeg/Makefile index 003e4b3ab240..58f585df46ba 100644 --- a/textproc/queequeg/Makefile +++ b/textproc/queequeg/Makefile @@ -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 |