aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Catalog
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-26 12:25:46 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-26 12:25:46 +0000
commitab098bfa3d001f187e0db9889ddee496074b6b8f (patch)
treeb435d6f78aad5f535f16b879583ccc2c1f8aa552 /textproc/p5-XML-Catalog
parent519dacca72eb1640b13f1a75f4c2f331c9cd49f6 (diff)
downloadports-ab098bfa3d001f187e0db9889ddee496074b6b8f.tar.gz
ports-ab098bfa3d001f187e0db9889ddee496074b6b8f.zip
- switch simple inline replacement from perl to sed
and remove where is no need in this anymore. - trim Makefile header Approved by: bapt@ (portmrg@)
Notes
Notes: svn path=/head/; revision=323714
Diffstat (limited to 'textproc/p5-XML-Catalog')
-rw-r--r--textproc/p5-XML-Catalog/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/textproc/p5-XML-Catalog/Makefile b/textproc/p5-XML-Catalog/Makefile
index efcf58457371..2d10c8c906a5 100644
--- a/textproc/p5-XML-Catalog/Makefile
+++ b/textproc/p5-XML-Catalog/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: XML::Catalog
-# Date created: Jan 24, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= XML-Catalog
PORTVERSION= 0.02
@@ -22,10 +17,8 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \
RUN_DEPENDS:= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
+USE_DOS2UNIX= Catalog.pm
MAN3= XML::Catalog.3
-post-patch:
- ${PERL} -pi -e 's/\r//' ${WRKSRC}/Catalog.pm
-
.include <bsd.port.mk>