summaryrefslogtreecommitdiffstats
path: root/net/p5-SOAP-Lite/Makefile
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-05-09 20:56:15 +0000
committervs <vs@FreeBSD.org>2004-05-09 20:56:15 +0000
commitfa90b1d9cb75f5492f8f39d29fdba58a80fc468c (patch)
tree19b1411c8213b53b5c50831a668ccc48eae3df67 /net/p5-SOAP-Lite/Makefile
parentfb91e26a9390b2b2ca7fc1c008e307bbe8516397 (diff)
downloadFreeBSD-ports-fa90b1d9cb75f5492f8f39d29fdba58a80fc468c.zip
FreeBSD-ports-fa90b1d9cb75f5492f8f39d29fdba58a80fc468c.tar.gz
/bin/env -> /usr/bin/env in helper scripts. Bump PORTREVISION.
PR: ports/65866 Submitted by: Michael Johnson Approved by: maintainer
Diffstat (limited to 'net/p5-SOAP-Lite/Makefile')
-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 6b05a84..c591001 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>
OpenPOWER on IntegriCloud