diff options
author | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2003-10-24 20:05:09 +0800 |
commit | 821f4bfe1527325c53be4dbf7c0a00aff391e896 (patch) | |
tree | 58fe92204378aa80d003f4d264f7a76f3b318df9 /www/p5-Apache-Session | |
parent | 1b702a0f718f009f5a32d32d75a69be3a129dd71 (diff) | |
download | freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.gz freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.tar.zst freebsd-ports-gnome-821f4bfe1527325c53be4dbf7c0a00aff391e896.zip |
utilize SITE_PERL
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Diffstat (limited to 'www/p5-Apache-Session')
-rw-r--r-- | www/p5-Apache-Session/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-Session/pkg-plist | 70 |
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 |