aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-XML-DOM
diff options
context:
space:
mode:
authorwxs <wxs@FreeBSD.org>2009-01-07 01:43:44 +0800
committerwxs <wxs@FreeBSD.org>2009-01-07 01:43:44 +0800
commit27a736fb02fecd595cc796a3b6ef1617479e56ac (patch)
tree68b15647c974de831db75d2d9d7e4711a809a395 /textproc/p5-XML-DOM
parent89a56cf662a394a87c66ec55cfad74f79014a10b (diff)
downloadfreebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.gz
freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.tar.zst
freebsd-ports-gnome-27a736fb02fecd595cc796a3b6ef1617479e56ac.zip
- Remove conditional checks for FreeBSD 5.x and older
Approved by: pav
Diffstat (limited to 'textproc/p5-XML-DOM')
-rw-r--r--textproc/p5-XML-DOM/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile
index ca25bb219f73..8b50a89b9ac2 100644
--- a/textproc/p5-XML-DOM/Makefile
+++ b/textproc/p5-XML-DOM/Makefile
@@ -37,11 +37,4 @@ MAN3= XML::DOM.3 XML::DOM::AttDef.3 XML::DOM::AttlistDecl.3 \
PBASE= ${SITE_PERL}
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500007
-post-patch:
- @${PERL} -i -pe 's/^ *use bytes;.*//;' ${WRKSRC}/lib/XML/DOM.pm
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>