summaryrefslogtreecommitdiff
path: root/www/p5-Apache-Session
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 /www/p5-Apache-Session
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 'www/p5-Apache-Session')
-rw-r--r--www/p5-Apache-Session/Makefile2
-rw-r--r--www/p5-Apache-Session/pkg-plist70
2 files changed, 36 insertions, 36 deletions
diff --git a/www/p5-Apache-Session/Makefile b/www/p5-Apache-Session/Makefile
index 617e8fa43f20..3a9805746574 100644
--- a/www/p5-Apache-Session/Makefile
+++ b/www/p5-Apache-Session/Makefile
@@ -51,7 +51,7 @@ MAN3= Apache::Session.3 \
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
-BUILD_DEPENDS+= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
+BUILD_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable
.endif
.include <bsd.port.post.mk>
diff --git a/www/p5-Apache-Session/pkg-plist b/www/p5-Apache-Session/pkg-plist
index d930a0e6e679..9191ba40da02 100644
--- a/www/p5-Apache-Session/pkg-plist
+++ b/www/p5-Apache-Session/pkg-plist
@@ -1,35 +1,35 @@
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DB_File.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/File.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Flex.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/MySQL.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Oracle.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Postgres.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Sybase.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate/MD5.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate/ModUniqueId.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate/ModUsertrack.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/File.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/File.pm.orig
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/MySQL.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/Null.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/Semaphore.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Base64.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Storable.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Sybase.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/UUEncode.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/DBI.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/DB_File.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/File.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/File.pm.orig
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/MySQL.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Oracle.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Postgres.pm
-lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Sybase.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session
+%%SITE_PERL%%/Apache/Session.pm
+%%SITE_PERL%%/Apache/Session/DB_File.pm
+%%SITE_PERL%%/Apache/Session/File.pm
+%%SITE_PERL%%/Apache/Session/Flex.pm
+%%SITE_PERL%%/Apache/Session/MySQL.pm
+%%SITE_PERL%%/Apache/Session/Oracle.pm
+%%SITE_PERL%%/Apache/Session/Postgres.pm
+%%SITE_PERL%%/Apache/Session/Sybase.pm
+%%SITE_PERL%%/Apache/Session/Generate/MD5.pm
+%%SITE_PERL%%/Apache/Session/Generate/ModUniqueId.pm
+%%SITE_PERL%%/Apache/Session/Generate/ModUsertrack.pm
+%%SITE_PERL%%/Apache/Session/Lock/File.pm
+%%SITE_PERL%%/Apache/Session/Lock/File.pm.orig
+%%SITE_PERL%%/Apache/Session/Lock/MySQL.pm
+%%SITE_PERL%%/Apache/Session/Lock/Null.pm
+%%SITE_PERL%%/Apache/Session/Lock/Semaphore.pm
+%%SITE_PERL%%/Apache/Session/Serialize/Base64.pm
+%%SITE_PERL%%/Apache/Session/Serialize/Storable.pm
+%%SITE_PERL%%/Apache/Session/Serialize/Sybase.pm
+%%SITE_PERL%%/Apache/Session/Serialize/UUEncode.pm
+%%SITE_PERL%%/Apache/Session/Store/DBI.pm
+%%SITE_PERL%%/Apache/Session/Store/DB_File.pm
+%%SITE_PERL%%/Apache/Session/Store/File.pm
+%%SITE_PERL%%/Apache/Session/Store/File.pm.orig
+%%SITE_PERL%%/Apache/Session/Store/MySQL.pm
+%%SITE_PERL%%/Apache/Session/Store/Oracle.pm
+%%SITE_PERL%%/Apache/Session/Store/Postgres.pm
+%%SITE_PERL%%/Apache/Session/Store/Sybase.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Session/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/Session
+@dirrm %%SITE_PERL%%/Apache/Session/Store
+@dirrm %%SITE_PERL%%/Apache/Session/Serialize
+@dirrm %%SITE_PERL%%/Apache/Session/Lock
+@dirrm %%SITE_PERL%%/Apache/Session/Generate
+@dirrm %%SITE_PERL%%/Apache/Session