diff options
author | vs <vs@FreeBSD.org> | 2004-05-09 20:56:15 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-05-09 20:56:15 +0000 |
commit | fa90b1d9cb75f5492f8f39d29fdba58a80fc468c (patch) | |
tree | 19b1411c8213b53b5c50831a668ccc48eae3df67 /net/p5-SOAP-Lite/Makefile | |
parent | fb91e26a9390b2b2ca7fc1c008e307bbe8516397 (diff) | |
download | FreeBSD-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/Makefile | 6 |
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> |