diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-03 00:55:04 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-03 00:55:04 +0000 |
commit | 40ff96dca09462e7daf3d9c9195c9a4416295849 (patch) | |
tree | e1882552cc83dc841ce6e82dbadb70e65cc771f8 /www/p5-Apache-Session-SharedMem | |
parent | e30723c452b7e96345610a53c64f84cdd8753582 (diff) | |
download | ports-40ff96dca09462e7daf3d9c9195c9a4416295849.tar.gz ports-40ff96dca09462e7daf3d9c9195c9a4416295849.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Session-SharedMem')
-rw-r--r-- | www/p5-Apache-Session-SharedMem/Makefile | 5 | ||||
-rw-r--r-- | www/p5-Apache-Session-SharedMem/pkg-plist | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/www/p5-Apache-Session-SharedMem/Makefile b/www/p5-Apache-Session-SharedMem/Makefile index 92459cc90e66..9eaef879917e 100644 --- a/www/p5-Apache-Session-SharedMem/Makefile +++ b/www/p5-Apache-Session-SharedMem/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-Session-SharedMem PORTVERSION= 0.31 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -23,4 +24,8 @@ PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Apache::Session::Store::SharedMem.3 +post-patch: + @${CP} ${WRKSRC}/Apache/Session/SharedMem.pm \ + ${WRKSRC}/lib/Apache/Session + .include <bsd.port.mk> diff --git a/www/p5-Apache-Session-SharedMem/pkg-plist b/www/p5-Apache-Session-SharedMem/pkg-plist index c1d9518ba4dc..aab7ba7d5b22 100644 --- a/www/p5-Apache-Session-SharedMem/pkg-plist +++ b/www/p5-Apache-Session-SharedMem/pkg-plist @@ -1,3 +1,4 @@ +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/SharedMem.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/SharedMem.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/SharedMem/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/SharedMem |