summaryrefslogtreecommitdiff
path: root/net/p5-Frontier-RPC
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
commitc634b4bb839753aec2ae1040e2c80a5282402cb8 (patch)
treed8b3fc97550f860aeb41c57751d2550e9ad6273e /net/p5-Frontier-RPC
parentChange MASTER_SITES to fix fetch (diff)
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=92059
Diffstat (limited to 'net/p5-Frontier-RPC')
-rw-r--r--net/p5-Frontier-RPC/Makefile4
-rw-r--r--net/p5-Frontier-RPC/pkg-plist14
2 files changed, 9 insertions, 9 deletions
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