diff options
author | knu <knu@FreeBSD.org> | 2002-09-23 12:00:46 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-09-23 12:00:46 +0000 |
commit | e7f6fc5e92d87761517cb8d8e6b977906d7e6f4b (patch) | |
tree | 7cc2d674dc7047bf4327d3db1d585471350900dc /textproc | |
parent | 3efefc89f6e92828cfc7f61deec20b26d386f93b (diff) | |
download | FreeBSD-ports-e7f6fc5e92d87761517cb8d8e6b977906d7e6f4b.zip FreeBSD-ports-e7f6fc5e92d87761517cb8d8e6b977906d7e6f4b.tar.gz |
Up with textproc/wordnet's update and unbreak. Bump PORTREVISION.
Submitted by: bento
Diffstat (limited to 'textproc')
-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 ef98762..ed14f9b 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' \ |