Index: head/textproc/nltk_lite/Makefile =================================================================== --- head/textproc/nltk_lite/Makefile (revision 170538) +++ head/textproc/nltk_lite/Makefile (revision 170539) @@ -1,30 +1,30 @@ # ex:ts=8 # Ports collection makefile for: nltk_lite # Date created: Sat Nov 26 11:13:22 CST 2005 # Whom: clsung # # $FreeBSD$ # PORTNAME= nltk_lite PORTVERSION= 0.6.5 CATEGORIES= textproc python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME:C/_.*//} MAINTAINER= clsung@FreeBSD.org COMMENT= Lightweight Natural language toolkit written in python USE_PYTHON= 2.4+ USE_PYDISTUTILS= yes USE_PYTHON_PREFIX= yes .include 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 Property changes on: head/textproc/nltk_lite/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property