summaryrefslogtreecommitdiff
path: root/textproc
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
parentAdd p5-Benchmark-Stopwatch 0.03, simple timing of stages of your code. (diff)
- fix pkg-plist
Notes
Notes: svn path=/head/; revision=174146
Diffstat (limited to 'textproc')
-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>