diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 05:03:51 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 05:03:51 +0000 |
commit | e346f6bfbf62fa24008f9a15daeca891dc73a105 (patch) | |
tree | b9173fc96532eaefb917d443d57d8b9294d5fca7 /textproc/nltk_lite | |
parent | a3345b4e259fb1db8c9fdfbbcd23e40746ad8b75 (diff) |
Notes
Diffstat (limited to 'textproc/nltk_lite')
-rw-r--r-- | textproc/nltk_lite/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/nltk_lite/Makefile b/textproc/nltk_lite/Makefile index 588b32eab4f9..c781bb562dd5 100644 --- a/textproc/nltk_lite/Makefile +++ b/textproc/nltk_lite/Makefile @@ -23,8 +23,8 @@ USE_PYTHON_PREFIX= yes post-install: @${FIND} ${PYTHON_SITELIBDIR}/nltk_lite ! -type d | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} + ${SED} 's,^${TARGETDIR}/,,' >> ${TMPPLIST} @${FIND} ${PYTHON_SITELIBDIR}/nltk_lite -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + ${SED} 's,^${TARGETDIR}/,@dirrmtry ,' >> ${TMPPLIST} .include <bsd.port.post.mk> |