aboutsummaryrefslogtreecommitdiff
path: root/textproc/nltk
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-09-30 08:16:11 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-09-30 08:16:11 +0000
commita90f35ffabdc9f6787dca7f48f19ce281a2ab1d1 (patch)
tree9f1b14143a923a7e3d6ae6fff6d8401aa3054f6c /textproc/nltk
parent1e5d116a0ec15357ee1ce8d71e9a119d7d42f9cf (diff)
Notes
Diffstat (limited to 'textproc/nltk')
-rw-r--r--textproc/nltk/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile
index ded818458302..722c6683d50f 100644
--- a/textproc/nltk/Makefile
+++ b/textproc/nltk/Makefile
@@ -15,8 +15,6 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= clsung@FreeBSD.org
COMMENT= Natural language toolkit written in python
-BROKEN= Incorrect pkg-plist
-
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
USE_PYTHON_PREFIX= yes
@@ -31,6 +29,6 @@ post-install:
@${FIND} ${PYTHON_SITELIBDIR}/nltk ! -type d | \
${SED} 's,^${TARGETDIR}/,,' >> ${TMPPLIST}
@${FIND} ${PYTHON_SITELIBDIR}/nltk -type d | ${SORT} -r | \
- ${SED} 's,^${TARGETDIR}/,@dirrmtry ,' >> ${TMPPLIST}
+ ${SED} 's,^${TARGETDIR}/,@dirrm ,' >> ${TMPPLIST}
.include <bsd.port.post.mk>