diff options
author | Volker Stolz <vs@FreeBSD.org> | 2004-05-09 20:56:15 +0000 |
---|---|---|
committer | Volker Stolz <vs@FreeBSD.org> | 2004-05-09 20:56:15 +0000 |
commit | 2ecd38f62db9904cb1873d399ad89f6b88695bc1 (patch) | |
tree | c93545f9b39f1dcf57284a9b78c41a6703314928 /net/p5-SOAP-Lite/Makefile | |
parent | ccd1f7f52f8d3b4caf9cace0b620317117247306 (diff) |
Notes
Diffstat (limited to 'net/p5-SOAP-Lite/Makefile')
-rw-r--r-- | net/p5-SOAP-Lite/Makefile | 6 |
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> |