diff options
Diffstat (limited to 'www/p5-Apache-Session-SharedMem/Makefile')
-rw-r--r-- | www/p5-Apache-Session-SharedMem/Makefile | 5 |
1 files changed, 5 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> |