diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-04-05 10:41:23 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-04-05 10:41:23 +0800 |
commit | 780793c703fa82b977203da9a682bab912d4edf3 (patch) | |
tree | d95f6cd54b350dff26d778e9eeab89818cb441ed /www/p5-Apache-Session-SharedMem | |
parent | 887743ed0acb7cd90ad4c80aa3f193841b21c648 (diff) | |
download | freebsd-ports-gnome-780793c703fa82b977203da9a682bab912d4edf3.tar.gz freebsd-ports-gnome-780793c703fa82b977203da9a682bab912d4edf3.tar.zst freebsd-ports-gnome-780793c703fa82b977203da9a682bab912d4edf3.zip |
Add Apache::Session::SharedMem.3 to MAN3.
I forgot this last commit.
Diffstat (limited to 'www/p5-Apache-Session-SharedMem')
-rw-r--r-- | www/p5-Apache-Session-SharedMem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/p5-Apache-Session-SharedMem/Makefile b/www/p5-Apache-Session-SharedMem/Makefile index 9eaef879917e..8378044cea06 100644 --- a/www/p5-Apache-Session-SharedMem/Makefile +++ b/www/p5-Apache-Session-SharedMem/Makefile @@ -22,7 +22,8 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} -MAN3= Apache::Session::Store::SharedMem.3 +MAN3= Apache::Session::Store::SharedMem.3 \ + Apache::Session::SharedMem.3 post-patch: @${CP} ${WRKSRC}/Apache/Session/SharedMem.pm \ |