summaryrefslogtreecommitdiff
path: root/net/p5-SOAP-Lite
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-05-09 20:56:15 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-05-09 20:56:15 +0000
commit2ecd38f62db9904cb1873d399ad89f6b88695bc1 (patch)
treec93545f9b39f1dcf57284a9b78c41a6703314928 /net/p5-SOAP-Lite
parent- Update to version 1.92 (diff)
/bin/env -> /usr/bin/env in helper scripts. Bump PORTREVISION.
PR: ports/65866 Submitted by: Michael Johnson Approved by: maintainer
Notes
Notes: svn path=/head/; revision=108763
Diffstat (limited to 'net/p5-SOAP-Lite')
-rw-r--r--net/p5-SOAP-Lite/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/net/p5-SOAP-Lite/Makefile b/net/p5-SOAP-Lite/Makefile
index 6b05a8418973..c5910018fbed 100644
--- a/net/p5-SOAP-Lite/Makefile
+++ b/net/p5-SOAP-Lite/Makefile
@@ -7,6 +7,7 @@
PORTNAME= SOAP-Lite
PORTVERSION= 0.55
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= SOAP
@@ -26,6 +27,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS}
PERL_CONFIGURE= yes
CONFIGURE_ARGS+= --noprompt
INSTALL_TARGET= pure_install
+USE_REINPLACE= yes
MAN1= SOAPsh.pl.1 XMLRPCsh.pl.1
MAN3PREFIX= ${LOCALBASE}/lib/perl5/${PERL_VERSION}
@@ -50,4 +52,8 @@ MAN3= Apache::SOAP.3 \
XMLRPC::Transport::POP3.3 \
XMLRPC::Transport::TCP.3
+post-patch:
+ @${REINPLACE_CMD} -e 's|bin/env|usr/bin/env|' \
+ ${WRKSRC}/bin/* ${WRKSRC}/t/*
+
.include <bsd.port.mk>