summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Handler-Trees/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Handler-Trees/Makefile')
-rw-r--r--textproc/p5-XML-Handler-Trees/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/textproc/p5-XML-Handler-Trees/Makefile b/textproc/p5-XML-Handler-Trees/Makefile
index 3a718a99e928..007ef774ef1a 100644
--- a/textproc/p5-XML-Handler-Trees/Makefile
+++ b/textproc/p5-XML-Handler-Trees/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: XML::Handler::Trees
-# Date created: 22 Nov 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= XML-Handler-Trees
PORTVERSION= 0.02
@@ -15,10 +11,11 @@ MAINTAINER= perl@FreeBSD.org
COMMENT= PerlSAX handlers for building tree structures
PERL_CONFIGURE= yes
+USE_DOS2UNIX= Trees.pm
MAN3= XML::Handler::Trees.3
post-extract:
- @${CHMOD} +w ${WRKSRC}/Trees.pm && ${PERL} -pi -e 's|\r||' ${WRKSRC}/Trees.pm
+ @${CHMOD} +w ${WRKSRC}/Trees.pm
.include <bsd.port.mk>