aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-RDF-Notation3
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-27 17:05:15 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-27 17:05:15 +0000
commit4a79e3f94cba24072c38f96db2deb8002ee85bfe (patch)
treef0b70151ca749e52f36ef51d18b34cf1e2d063ad /textproc/p5-RDF-Notation3
parent9d823abcefcb0805f30b2fb69677e5e9608c05dc (diff)
downloadports-4a79e3f94cba24072c38f96db2deb8002ee85bfe.tar.gz
ports-4a79e3f94cba24072c38f96db2deb8002ee85bfe.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=323797
Diffstat (limited to 'textproc/p5-RDF-Notation3')
-rw-r--r--textproc/p5-RDF-Notation3/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-RDF-Notation3/Makefile b/textproc/p5-RDF-Notation3/Makefile
index 207600d4b7c8..689e8c4f4d98 100644
--- a/textproc/p5-RDF-Notation3/Makefile
+++ b/textproc/p5-RDF-Notation3/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: RDF::Notation3
-# Date created: 21 Nov 2001
-# Whom: Sergey Skvortsov <skv@protey.ru>
-#
+# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$
-#
PORTNAME= RDF-Notation3
PORTVERSION= 0.91
@@ -32,7 +28,7 @@ MAN3= RDF::Notation3.3 RDF::Notation3::PrefTriples.3 \
post-patch:
@${FIND} ${WRKSRC} -name "*.pm" | \
- ${XARGS} ${PERL} -pi -e 's!^require 5.005_62;!!'
+ ${XARGS} ${REINPLACE_CMD} -i '' -e 's!^require 5.005_62;!!'
${MV} ${WRKSRC}/doc/*.pod ${WRKSRC}/lib/RDF
.include <bsd.port.mk>