From c634b4bb839753aec2ae1040e2c80a5282402cb8 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Fri, 24 Oct 2003 12:05:09 +0000 Subject: utilize SITE_PERL PR: 58166 Submitted by: Cheng-Lung Sung --- net/p5-Frontier-RPC/Makefile | 4 ++-- net/p5-Frontier-RPC/pkg-plist | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'net/p5-Frontier-RPC') diff --git a/net/p5-Frontier-RPC/Makefile b/net/p5-Frontier-RPC/Makefile index bc541c6169b8..d47e78a82277 100644 --- a/net/p5-Frontier-RPC/Makefile +++ b/net/p5-Frontier-RPC/Makefile @@ -17,8 +17,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= ijliao@FreeBSD.org COMMENT= Frontier::RPC implements UserLand Software's XML RPC -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww +BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser \ + ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww PERL_CONFIGURE= yes diff --git a/net/p5-Frontier-RPC/pkg-plist b/net/p5-Frontier-RPC/pkg-plist index d802816a7fc9..cd7f59f2e05a 100644 --- a/net/p5-Frontier-RPC/pkg-plist +++ b/net/p5-Frontier-RPC/pkg-plist @@ -1,7 +1,7 @@ -lib/perl5/site_perl/%%PERL_VER%%/Frontier/Client.pm -lib/perl5/site_perl/%%PERL_VER%%/Frontier/Daemon.pm -lib/perl5/site_perl/%%PERL_VER%%/Frontier/RPC2.pm -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Frontier -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Frontier/RPC/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Frontier/RPC -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Frontier +%%SITE_PERL%%/Frontier/Client.pm +%%SITE_PERL%%/Frontier/Daemon.pm +%%SITE_PERL%%/Frontier/RPC2.pm +@dirrm %%SITE_PERL%%/Frontier +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier/RPC/.packlist +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier/RPC +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Frontier -- cgit v1.2.3