aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorperky <perky@FreeBSD.org>2003-08-01 05:37:13 +0800
committerperky <perky@FreeBSD.org>2003-08-01 05:37:13 +0800
commitb94a97d52754e85c5e2c14a54c2b359863ed8997 (patch)
treefc58246df722d035121d05117766f24e9d78e3ed /lang
parent18a42ada81605fa227a90fb465f7eb72132e9539 (diff)
downloadfreebsd-ports-gnome-b94a97d52754e85c5e2c14a54c2b359863ed8997.tar.gz
freebsd-ports-gnome-b94a97d52754e85c5e2c14a54c2b359863ed8997.tar.zst
freebsd-ports-gnome-b94a97d52754e85c5e2c14a54c2b359863ed8997.zip
Comment out post-patch target for a while. It breaks kris's INDEX build.
Diffstat (limited to 'lang')
-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"