diff options
author | will <will@FreeBSD.org> | 2001-01-01 19:06:17 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-01-01 19:06:17 +0800 |
commit | 92b72e7ac92bd80c8fd3b1a89feecfdd2f947ad4 (patch) | |
tree | ebc19bcdc5cf2d02d3ea2c47d8e829c4b8290731 /www/p5-Apache-Language | |
parent | f45e721c266bfb75fee3baa5047b7afefae57144 (diff) | |
download | freebsd-ports-gnome-92b72e7ac92bd80c8fd3b1a89feecfdd2f947ad4.tar.gz freebsd-ports-gnome-92b72e7ac92bd80c8fd3b1a89feecfdd2f947ad4.tar.zst freebsd-ports-gnome-92b72e7ac92bd80c8fd3b1a89feecfdd2f947ad4.zip |
Bad will, don't put manpage references in the PLIST! Bad! No more
committing until you fix that p5-Class-Tom error too! Put manpages in the
Makefile like you're supposed to!
Diffstat (limited to 'www/p5-Apache-Language')
-rw-r--r-- | www/p5-Apache-Language/Makefile | 2 | ||||
-rw-r--r-- | www/p5-Apache-Language/pkg-plist | 4 |
2 files changed, 2 insertions, 4 deletions
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 |