diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-05-24 06:22:19 +0800 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-05-24 06:22:19 +0800 |
commit | 03f189ed5b5a5559e1a2ac5154ffbb0d247b086e (patch) | |
tree | a7d8311612999f81e004ab9fe53399cfe729f724 /graphics/py-paint | |
parent | 52cc034e89ec1c9bb688c6b17513311efae31bb2 (diff) | |
download | freebsd-ports-gnome-03f189ed5b5a5559e1a2ac5154ffbb0d247b086e.tar.gz freebsd-ports-gnome-03f189ed5b5a5559e1a2ac5154ffbb0d247b086e.tar.zst freebsd-ports-gnome-03f189ed5b5a5559e1a2ac5154ffbb0d247b086e.zip |
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
Diffstat (limited to 'graphics/py-paint')
-rw-r--r-- | graphics/py-paint/Makefile | 5 |
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: |