aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-wordnet/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:17:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-09-20 23:17:30 +0000
commit0068f2d47fabca8b05218243fb099000a6413c86 (patch)
treeb8fd4b8a52985538fae79abf3fc275d83a2b9feb /textproc/py-wordnet/Makefile
parent83f65384c9041fa9a31c84b5e21b643fa2bf97c6 (diff)
downloadports-0068f2d47fabca8b05218243fb099000a6413c86.tar.gz
ports-0068f2d47fabca8b05218243fb099000a6413c86.zip
Notes
Diffstat (limited to 'textproc/py-wordnet/Makefile')
-rw-r--r--textproc/py-wordnet/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/py-wordnet/Makefile b/textproc/py-wordnet/Makefile
index 9b0e94c1db8b..dbd3cf4e9448 100644
--- a/textproc/py-wordnet/Makefile
+++ b/textproc/py-wordnet/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: py-wordnet
-# Date created: 26 March 2002
-# Whom: Hye-Shik Chang <perky@fallin.lv>
-#
+# Created by: Hye-Shik Chang <perky@fallin.lv>
# $FreeBSD$
-#
PORTNAME= wordnet
PORTVERSION= 2.0.1
@@ -34,6 +30,7 @@ WN_DICTFILES= adj.exc adv.exc cntlist cntlist.rev data.adj data.adv \
index.sense index.verb lexnames noun.exc sentidx.vrb sents.vrb\
verb.exc
+NO_STAGE= yes
post-patch:
@${SED} -e 's|/usr/local/wordnet2.0|${PREFIX}/${WORDNETDATA}|g' \
-e 's|os.path.join(WNHOME.*))|WNHOME)|g' ${WRKSRC}/wordnet.py \