diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-31 21:37:13 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2003-07-31 21:37:13 +0000 |
commit | 512d0f570d346b58657e853405532b8c371527f5 (patch) | |
tree | 8becb9012b810df71d5c884c9fb07377d7526b25 /lang | |
parent | Upgrade 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')
-rw-r--r-- | lang/stackless_python/Makefile | 12 |
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" |