diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-05 02:41:23 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-05 02:41:23 +0000 |
commit | bb4ed2d8a2b84b92bcb574b9737269f910f34845 (patch) | |
tree | 3df73490ff8368f3e149129c1162b10b2d90b23d /www/p5-Apache-Session-SharedMem | |
parent | 46314d443b87da6310aa963381a8a638f5ccbf39 (diff) |
Add Apache::Session::SharedMem.3 to MAN3.
I forgot this last commit.
Notes
Notes:
svn path=/head/; revision=40858
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 \ |