diff options
Diffstat (limited to 'net/p5-SOAP/Makefile')
-rw-r--r-- | net/p5-SOAP/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/p5-SOAP/Makefile b/net/p5-SOAP/Makefile index 478b4ab968f8..998d6aeefcc9 100644 --- a/net/p5-SOAP/Makefile +++ b/net/p5-SOAP/Makefile @@ -19,10 +19,9 @@ BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-X ${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww RUN_DEPENDS= ${BUILD_DEPENDS} -SITE_PERL= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER} +SITE_PERL= ${SITE_PERL} PERL_CONFIGURE= yes -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= SOAP.3 SOAP::SimpleTypeWrapper.3 SOAP::Parser.3 \ SOAP::EnvelopeMaker.3 SOAP::GenericScalarSerializer.3 \ SOAP::Transport::HTTP::Apache.3 SOAP::TypedPrimitiveSerializer.3 \ |