aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-rxp
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-05-24 06:22:19 +0800
committerpat <pat@FreeBSD.org>2002-05-24 06:22:19 +0800
commitc54deb27de512ced04f48f48a6668977ece0ba70 (patch)
tree98f1cfa3d42d9e110ef8367f90d94ae0e31e508a /textproc/py-rxp
parent1867be1cca9ad1c85464c55c45879a81062459e0 (diff)
downloadfreebsd-ports-gnome-c54deb27de512ced04f48f48a6668977ece0ba70.tar.gz
freebsd-ports-gnome-c54deb27de512ced04f48f48a6668977ece0ba70.tar.zst
freebsd-ports-gnome-c54deb27de512ced04f48f48a6668977ece0ba70.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 'textproc/py-rxp')
-rw-r--r--textproc/py-rxp/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/textproc/py-rxp/Makefile b/textproc/py-rxp/Makefile
index 16bf922c7eb9..cde6feba8727 100644
--- a/textproc/py-rxp/Makefile
+++ b/textproc/py-rxp/Makefile
@@ -22,14 +22,8 @@ USE_PYDISTUTILS= yes
EXAMPLESDIR= ${PREFIX}/share/examples/py-rxp
DOCSDIR= ${PREFIX}/share/doc/py-rxp
-.include <bsd.port.pre.mk>
-
post-patch:
-.if ${OSVERSION} < 500036
@${PERL} -pi -e 's/freebsd4/freebsd4","freebsd5/g' ${WRKSRC}/setup.py
-.else
- @${SED} -i.orig -e 's/freebsd4/freebsd4","freebsd5/g' ${WRKSRC}/setup.py
-.endif
.if !defined(NOPORTDOCS)
post-install:
@@ -38,4 +32,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>