From 0dbcb6c95f6449e0898e3b1708872995f97c9ac0 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Thu, 2 Sep 2004 09:58:25 +0000 Subject: Fix plist for Perl 5.8 PR: 71157 Submitted by: leeym --- www/mod_perl/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'www/mod_perl') diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile index 0d196c266410..c668940069ed 100644 --- a/www/mod_perl/Makefile +++ b/www/mod_perl/Makefile @@ -7,6 +7,7 @@ PORTNAME= mod_perl PORTVERSION= 1.29 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -46,6 +47,10 @@ CFLAGS+= -DAPACHE6 .include +.if ${PERL_LEVEL} >= 500800 +MAN3+= Apache::MyConfig.3 +.endif + post-install: ${MKDIR} ${PREFIX}/include/apache/modules/perl ${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \ -- cgit v1.2.3