aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/py-wxPython24/files/patch-ab
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-03-21 16:08:51 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-03-21 16:08:51 +0000
commit47088bfcbaba6a44baa875bb13619e8c3b06187b (patch)
tree99e9d8d1a694a1b0f48dd0c2a18dac3f1ef7be74 /x11-toolkits/py-wxPython24/files/patch-ab
parent32daf3b9ed587e7c655ff7f1f3ed2355c5b1b6f2 (diff)
Update to 2.2.5.
Approved by: maintainer
Diffstat (limited to 'x11-toolkits/py-wxPython24/files/patch-ab')
-rw-r--r--x11-toolkits/py-wxPython24/files/patch-ab15
1 files changed, 0 insertions, 15 deletions
diff --git a/x11-toolkits/py-wxPython24/files/patch-ab b/x11-toolkits/py-wxPython24/files/patch-ab
deleted file mode 100644
index 91d04cbfe00a..000000000000
--- a/x11-toolkits/py-wxPython24/files/patch-ab
+++ /dev/null
@@ -1,15 +0,0 @@
---- Makefile.orig Fri Dec 8 16:07:15 2000
-+++ Makefile Fri Dec 8 16:48:34 2000
-@@ -0,0 +1,12 @@
-+SUBDIRS= src contrib/stc contrib/ogl
-+
-+default:
-+ @for dir in $(SUBDIRS); do \
-+ $(MAKE) -C $${dir} default || exit 1; \
-+ done
-+
-+install-freebsd:
-+ @for dir in $(SUBDIRS); do \
-+ $(MAKE) -C $${dir} install-freebsd || exit 1; \
-+ done
-+