diff options
author | clement <clement@FreeBSD.org> | 2004-12-19 10:06:53 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-12-19 10:06:53 +0800 |
commit | e98931922593a73c9441fa26d99dd1f107b2f7f6 (patch) | |
tree | 6d4617a9136755ab685d08d8c744adec2b553381 | |
parent | 9e8ce6ca1c67d4cd7733a0a8114961b0e942cc27 (diff) | |
download | freebsd-ports-graphics-e98931922593a73c9441fa26d99dd1f107b2f7f6.tar.gz freebsd-ports-graphics-e98931922593a73c9441fa26d99dd1f107b2f7f6.tar.zst freebsd-ports-graphics-e98931922593a73c9441fa26d99dd1f107b2f7f6.zip |
- Fix plist
Reported by: pointyhat via kris
PR: ports/75237
Submitted by: Lars Eggert <lars.eggert@gmx.net> (maintainer)
-rw-r--r-- | www/mod_perl2/Makefile | 1 | ||||
-rw-r--r-- | www/mod_perl2/pkg-plist | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index a362dc78a7b..a7981009ba5 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 1.99r18 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ http://perl.apache.org/dist/old/ diff --git a/www/mod_perl2/pkg-plist b/www/mod_perl2/pkg-plist index 038b46e5252..557306d31c9 100644 --- a/www/mod_perl2/pkg-plist +++ b/www/mod_perl2/pkg-plist @@ -1,5 +1,9 @@ bin/mp2bug bin/mp2doc +include/apache2/modperl_apr_perlio.h +include/apache2/modperl_xs_util.h +include/apache2/modperl_xs_typedefs.h +include/apache2/modperl_xs_sv_convert.h include/apache2/modules/perl/mod_perl.h include/apache2/modules/perl/modperl_apache_compat.h include/apache2/modules/perl/modperl_apache_includes.h |