aboutsummaryrefslogtreecommitdiff
path: root/www/mod_perl
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
committerMark Linimon <linimon@FreeBSD.org>2007-09-08 01:12:10 +0000
commit9839011ec3910790376ce9ace5e2a1c5bcb2781f (patch)
tree41c61966bf1404bd3cfce06493a35d6a1a4acfc6 /www/mod_perl
parent41a56135d1e8a68844e4c575702cdbad451d7322 (diff)
downloadports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.tar.gz
ports-9839011ec3910790376ce9ace5e2a1c5bcb2781f.zip
Notes
Diffstat (limited to 'www/mod_perl')
-rw-r--r--www/mod_perl/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/www/mod_perl/Makefile b/www/mod_perl/Makefile
index 09a190b9ac99..b0e210511535 100644
--- a/www/mod_perl/Makefile
+++ b/www/mod_perl/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS+= USE_APXS=1 EVERYTHING=1 INSTALLSITELIB=${SITE_PERL} \
MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \
Apache::FakeRequest.3 Apache::File.3 Apache::Leak.3 \
- Apache::Log.3 Apache::Options.3 \
+ Apache::Log.3 Apache::MyConfig.3 Apache::Options.3 \
Apache::PerlRun.3 Apache::PerlRunXS.3 \
Apache::RedirectLogFix.3 \
Apache::Registry.3 Apache::SizeLimit.3 \
@@ -49,12 +49,6 @@ WITH_APACHE_IPV6= YES
CFLAGS+= -DAPACHE6
.endif
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} >= 500602
-MAN3+= Apache::MyConfig.3
-.endif
-
post-install:
${MKDIR} ${PREFIX}/include/apache/modules/perl
${INSTALL_DATA} ${WRKSRC}/src/modules/perl/*.h \
@@ -65,4 +59,4 @@ post-install:
post-deinstall:
@PKG_PREFIX=${PREFIX} ${SH} ${PKGDEINSTALL} ${PKGNAME} POST-DEINSTALL
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>