diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-01 11:06:17 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-01 11:06:17 +0000 |
commit | 4e198c9f4c5126faa54412bf6e01b8afc61f4962 (patch) | |
tree | 87af3dc48d98dd539f6284362467ed5546653e97 /www | |
parent | 21603d12d2291e634e15fd2feb511890bda91849 (diff) |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AuthCookie/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-AuthCookie/pkg-plist | 1 | ||||
-rw-r--r-- | www/p5-Apache-Icon/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-Icon/pkg-plist | 1 | ||||
-rw-r--r-- | www/p5-Apache-Language/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-Language/pkg-plist | 4 |
6 files changed, 4 insertions, 6 deletions
diff --git a/www/p5-Apache-AuthCookie/Makefile b/www/p5-Apache-AuthCookie/Makefile index db58013ab437..ac02f3458a2a 100644 --- a/www/p5-Apache-AuthCookie/Makefile +++ b/www/p5-Apache-AuthCookie/Makefile @@ -30,5 +30,6 @@ CONFIGURE_ENV+= APACHE="${PREFIX}/sbin/apache" \ TESTPORT="${TESTPORT}" MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::AuthCookie.3 .include <bsd.port.mk> diff --git a/www/p5-Apache-AuthCookie/pkg-plist b/www/p5-Apache-AuthCookie/pkg-plist index 279d7f709202..268d72c0674e 100644 --- a/www/p5-Apache-AuthCookie/pkg-plist +++ b/www/p5-Apache-AuthCookie/pkg-plist @@ -1,4 +1,3 @@ -lib/perl5/%%PERL_VERSION%%/man/man3/Apache::AuthCookie.3 lib/perl5/site_perl/%%PERL_VER%%/Apache/AuthCookie.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthCookie/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthCookie diff --git a/www/p5-Apache-Icon/Makefile b/www/p5-Apache-Icon/Makefile index aa85709a6c16..03a40a32a1b7 100644 --- a/www/p5-Apache-Icon/Makefile +++ b/www/p5-Apache-Icon/Makefile @@ -18,5 +18,6 @@ USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::Icon.3 .include <bsd.port.mk> diff --git a/www/p5-Apache-Icon/pkg-plist b/www/p5-Apache-Icon/pkg-plist index 139bbd39072b..19be675b066d 100644 --- a/www/p5-Apache-Icon/pkg-plist +++ b/www/p5-Apache-Icon/pkg-plist @@ -1,4 +1,3 @@ -lib/perl5/%%PERL_VERSION%%/man/man3/Apache::Icon.3 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Icon.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Icon/.packlist lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Icon/Icon.bs diff --git a/www/p5-Apache-Language/Makefile b/www/p5-Apache-Language/Makefile index 8c828b438069..fa43c9ab781c 100644 --- a/www/p5-Apache-Language/Makefile +++ b/www/p5-Apache-Language/Makefile @@ -18,5 +18,7 @@ USE_PERL5= yes PERL_CONFIGURE= yes MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} +MAN3= Apache::Language.3 Apache::Language::Constants.3 \ + Apache::Language::DBI.3 Apache::Language::PlainFile.3 .include <bsd.port.mk> diff --git a/www/p5-Apache-Language/pkg-plist b/www/p5-Apache-Language/pkg-plist index 6808a9b63c50..9e575bf12fa0 100644 --- a/www/p5-Apache-Language/pkg-plist +++ b/www/p5-Apache-Language/pkg-plist @@ -1,7 +1,3 @@ -lib/perl5/%%PERL_VERSION%%/man/man3/Apache::Language.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Apache::Language::Constants.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Apache::Language::DBI.3 -lib/perl5/%%PERL_VERSION%%/man/man3/Apache::Language::PlainFile.3 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Language.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Language.pod lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Apache/Language/Constants.pm |