summaryrefslogtreecommitdiff
path: root/graphics/py-paint
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-05-23 22:22:19 +0000
committerPatrick Li <pat@FreeBSD.org>2002-05-23 22:22:19 +0000
commit03f189ed5b5a5559e1a2ac5154ffbb0d247b086e (patch)
treea7d8311612999f81e004ab9fe53399cfe729f724 /graphics/py-paint
parentFix LIB_DEPENDS. (diff)
back out commit made comparing OSVERSION and use sed(1) to workaround perl
on current issue. gotta back it out sooner or later. /me puts on pointy hat Requested by: many
Notes
Notes: svn path=/head/; revision=59826
Diffstat (limited to 'graphics/py-paint')
-rw-r--r--graphics/py-paint/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/graphics/py-paint/Makefile b/graphics/py-paint/Makefile
index 24e1afc96d67..341a76721755 100644
--- a/graphics/py-paint/Makefile
+++ b/graphics/py-paint/Makefile
@@ -32,13 +32,8 @@ EXAMPLES= test_bar.py test_paint.py testpie.py
.include <bsd.port.pre.mk>
post-patch:
-.if ${OSVERSION} < 500036
${PERL} -pi -e 's@^(.*libraries.*)$$@\1include_dirs=${INC_DIRS},library_dirs=${LIB_DIRS},@g' \
${WRKSRC}/setup.py
-.else
- ${SED} -i.orig -e 's@^\(.*libraries.*\)$$@\1include_dirs=${INC_DIRS},library_dirs=${LIB_DIRS},@g' \
- ${WRKSRC}/setup.py
-.endif
.if !defined(NOPORTDOCS)
post-install: