diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 12:00:46 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-09-23 12:00:46 +0000 |
commit | beb7f37ff8abba660c8a11c23d9485dc35eb4d8d (patch) | |
tree | 6e45c64da0aa776e7fd3d9eb0be6b3f6597a598d /textproc/py-wordnet | |
parent | 4c8c613702be51acd264413029060fa56054a4ae (diff) | |
download | ports-beb7f37ff8abba660c8a11c23d9485dc35eb4d8d.tar.gz ports-beb7f37ff8abba660c8a11c23d9485dc35eb4d8d.zip |
Notes
Diffstat (limited to 'textproc/py-wordnet')
-rw-r--r-- | textproc/py-wordnet/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile index ef98762010d9..ed14f9b59e53 100644 --- a/textproc/py-wordnet/Makefile +++ b/textproc/py-wordnet/Makefile @@ -7,6 +7,7 @@ PORTNAME= wordnet PORTVERSION= 1.4 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pywordnet @@ -19,8 +20,8 @@ RUN_DEPENDS= ${WORDNETBASE}/lexnames:${PORTSDIR}/textproc/wordnet USE_PYTHON= yes USE_PYDISTUTILS= yes -WORDNETBASE?= ${LOCALBASE}/share/wordnet-${WORDNET_VERSION} -WORDNET_VERSION?= 1.7 +WORDNETBASE?= ${LOCALBASE}/share/WordNet-${WORDNET_VERSION} +WORDNET_VERSION?= 1.7.1 post-patch: @${SED} -e 's|/usr/local/wordnet1.6|${WORDNETBASE}|g' \ |