diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-30 08:16:11 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-09-30 08:16:11 +0000 |
commit | a90f35ffabdc9f6787dca7f48f19ce281a2ab1d1 (patch) | |
tree | 9f1b14143a923a7e3d6ae6fff6d8401aa3054f6c /textproc/nltk | |
parent | 1e5d116a0ec15357ee1ce8d71e9a119d7d42f9cf (diff) |
Notes
Diffstat (limited to 'textproc/nltk')
-rw-r--r-- | textproc/nltk/Makefile | 4 |
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> |