summaryrefslogtreecommitdiff
path: root/lang/stackless_python/Makefile
diff options
context:
space:
mode:
authorHye-Shik Chang <perky@FreeBSD.org>2003-07-31 21:37:13 +0000
committerHye-Shik Chang <perky@FreeBSD.org>2003-07-31 21:37:13 +0000
commit512d0f570d346b58657e853405532b8c371527f5 (patch)
tree8becb9012b810df71d5c884c9fb07377d7526b25 /lang/stackless_python/Makefile
parentUpgrade to 0.9.12. (diff)
Comment out post-patch target for a while. It breaks kris's INDEX build.
Notes
Notes: svn path=/head/; revision=86086
Diffstat (limited to 'lang/stackless_python/Makefile')
-rw-r--r--lang/stackless_python/Makefile12
1 files changed, 6 insertions, 6 deletions
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"