From 512d0f570d346b58657e853405532b8c371527f5 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Thu, 31 Jul 2003 21:37:13 +0000 Subject: Comment out post-patch target for a while. It breaks kris's INDEX build. --- lang/stackless_python/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'lang/stackless_python/Makefile') diff --git a/lang/stackless_python/Makefile b/lang/stackless_python/Makefile index 583bcd80bf94..195955ccd721 100644 --- a/lang/stackless_python/Makefile +++ b/lang/stackless_python/Makefile @@ -30,11 +30,11 @@ MD5_FILE= ${.CURDIR}/distinfo PLIST= ${WRKDIR}/pkg-plist BROKEN= "not ported to Python-2.2.3 yet" -post-patch: - @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \; - @${RM} -rf ${WRKSRC}/Lib/test/output/test_atexit \ - ${WRKSRC}/Lib/test/output/test_minidom - @${ECHO} "lib/%%PYTHON_VERSION%%/lib-dynload/stackless.so" >${PLIST} - @${CAT} ${MASTERDIR}/pkg-plist >>${PLIST} +#post-patch: +# @${FIND} ${WRKSRC} -name '*.orig' -exec ${RM} -f {} \; +# @${RM} -rf ${WRKSRC}/Lib/test/output/test_atexit \ +# ${WRKSRC}/Lib/test/output/test_minidom +# @${ECHO} "lib/%%PYTHON_VERSION%%/lib-dynload/stackless.so" >${PLIST} +# @${CAT} ${MASTERDIR}/pkg-plist >>${PLIST} .include "${MASTERDIR}/Makefile" -- cgit v1.2.3