diff options
author | pav <pav@FreeBSD.org> | 2009-01-15 04:13:00 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-01-15 04:13:00 +0800 |
commit | 0be9f8e2bd7f3f0008a51ef8ef82333929b39e72 (patch) | |
tree | 271ff39f81308511d0d633ce06000151638dd3ce /www/mod_perl2 | |
parent | d69ed337bd69355eae07c7458781cc2071fe4186 (diff) | |
download | freebsd-ports-gnome-0be9f8e2bd7f3f0008a51ef8ef82333929b39e72.tar.gz freebsd-ports-gnome-0be9f8e2bd7f3f0008a51ef8ef82333929b39e72.tar.zst freebsd-ports-gnome-0be9f8e2bd7f3f0008a51ef8ef82333929b39e72.zip |
- Fix plist with perl 5.8.9
Diffstat (limited to 'www/mod_perl2')
-rw-r--r-- | www/mod_perl2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile index 617e00e087da..2eb3dba3084a 100644 --- a/www/mod_perl2/Makefile +++ b/www/mod_perl2/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 2.0.4 +PORTREVISION= 1 PORTEPOCH= 3 CATEGORIES= www perl5 MASTER_SITES= http://perl.apache.org/dist/ \ @@ -50,7 +51,7 @@ MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \ Apache::Test.3 Apache::TestConfig.3 Apache::TestMB.3 \ Apache::TestMM.3 Apache::TestReport.3 Apache::TestRequest.3 \ Apache::TestRun.3 Apache::TestRunPHP.3 Apache::TestRunPerl.3 \ - Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \ + Apache::TestServer.3 Apache::TestSmoke.3 Apache::TestTrace.3 Apache::TestUtil.3 \ Bundle::Apache2.3 Bundle::ApacheTest.3 ModPerl::BuildMM.3 \ ModPerl::CScan.3 ModPerl::Code.3 ModPerl::Config.3 \ ModPerl::Const.3 ModPerl::Global.3 ModPerl::MM.3 \ |