aboutsummaryrefslogtreecommitdiffstats
path: root/devel/p5-Config-Setting
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2003-10-24 20:05:09 +0800
committerijliao <ijliao@FreeBSD.org>2003-10-24 20:05:09 +0800
commit821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch)
tree58fe92204378aa80d003f4d264f7a76f3b318df9 /devel/p5-Config-Setting
parent1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff)
downloadfreebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz
freebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst
freebsd-ports-graphics-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'devel/p5-Config-Setting')
-rw-r--r--devel/p5-Config-Setting/Makefile3
-rw-r--r--devel/p5-Config-Setting/pkg-plist18
2 files changed, 10 insertions, 11 deletions
diff --git a/devel/p5-Config-Setting/Makefile b/devel/p5-Config-Setting/Makefile
index 50320a59005..4a25c428de9 100644
--- a/devel/p5-Config-Setting/Makefile
+++ b/devel/p5-Config-Setting/Makefile
@@ -14,11 +14,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= petef@FreeBSD.org
COMMENT= A class that provides an easy interface to use config files
-RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser
PERL_CONFIGURE= yes
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Config::Setting.3 \
Config::Setting::Fileprovider.3 \
Config::Setting::IniParser.3 \
diff --git a/devel/p5-Config-Setting/pkg-plist b/devel/p5-Config-Setting/pkg-plist
index 1f233d35343..c10b58d1b6d 100644
--- a/devel/p5-Config-Setting/pkg-plist
+++ b/devel/p5-Config-Setting/pkg-plist
@@ -1,9 +1,9 @@
-lib/perl5/site_perl/%%PERL_VER%%/Config/Setting.pm
-lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/FileProvider.pm
-lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/IniParser.pm
-lib/perl5/site_perl/%%PERL_VER%%/Config/Setting/XMLParser.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/Setting/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config/Setting
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Config/Setting
-@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Config 2>/dev/null || true
+%%SITE_PERL%%/Config/Setting.pm
+%%SITE_PERL%%/Config/Setting/FileProvider.pm
+%%SITE_PERL%%/Config/Setting/IniParser.pm
+%%SITE_PERL%%/Config/Setting/XMLParser.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Setting/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Config/Setting
+@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Config 2>/dev/null || true
+@dirrm %%SITE_PERL%%/Config/Setting
+@unexec rmdir %D/%%SITE_PERL%%/Config 2>/dev/null || true