summaryrefslogtreecommitdiff
path: root/textproc/nltk
diff options
context:
space:
mode:
authorCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 05:05:27 +0000
committerCheng-Lung Sung <clsung@FreeBSD.org>2006-08-14 05:05:27 +0000
commitac713e2b1987da60bf2ad8c4978991fb162e8c08 (patch)
tree96aec02fb4d781fb24b1870e74dfc3f4f872ff6e /textproc/nltk
parent- Respect DESTDIR (diff)
- Respect DESTDIR
- portlint fix - @dirrmtry PR: ports/101881 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes: svn path=/head/; revision=170540
Diffstat (limited to 'textproc/nltk')
-rw-r--r--textproc/nltk/Makefile6
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>