diff options
Diffstat (limited to 'textproc/nltk')
-rw-r--r-- | textproc/nltk/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/nltk/Makefile b/textproc/nltk/Makefile index 5c05cb884f84..78cce9c887ed 100644 --- a/textproc/nltk/Makefile +++ b/textproc/nltk/Makefile @@ -22,13 +22,13 @@ USE_PYTHON_PREFIX= yes .include <bsd.port.pre.mk> .if ${ARCH} == "alpha" && ${OSVERSION} < 500000 -BROKEN= "Coredump during build on alpha 4.x" +BROKEN= Coredump during build on alpha 4.x .endif post-install: @${FIND} ${PYTHON_SITELIBDIR}/nltk ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} + ${SED} 's,^${TARGETDIR}/,,' >> ${TMPPLIST} @${FIND} ${PYTHON_SITELIBDIR}/nltk -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + ${SED} 's,^${TARGETDIR}/,@dirrmtry ,' >> ${TMPPLIST} .include <bsd.port.post.mk> |