aboutsummaryrefslogtreecommitdiff
path: root/textproc/nltk_lite
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 05:03:51 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 05:03:51 +0000
commite346f6bfbf62fa24008f9a15daeca891dc73a105 (patch)
treeb9173fc96532eaefb917d443d57d8b9294d5fca7 /textproc/nltk_lite
parenta3345b4e259fb1db8c9fdfbbcd23e40746ad8b75 (diff)
downloadports-e346f6bfbf62fa24008f9a15daeca891dc73a105.tar.gz
ports-e346f6bfbf62fa24008f9a15daeca891dc73a105.zip
Notes
Diffstat (limited to 'textproc/nltk_lite')
-rw-r--r--textproc/nltk_lite/Makefile4
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>