summaryrefslogtreecommitdiff
path: root/www/ap-perl/Makefile
diff options
context:
space:
mode:
authortv <tv>1999-05-04 20:16:35 +0000
committertv <tv>1999-05-04 20:16:35 +0000
commit430b19c24a77f9e58362e869bdd6e620d2959f17 (patch)
tree6c4a5533aa604035c76ecb3618d8efc3809c3af2 /www/ap-perl/Makefile
parent8423804a506996730edc0bb61932dfe3083e330d (diff)
downloadpkgsrc-430b19c24a77f9e58362e869bdd6e620d2959f17.tar.gz
Clean up the build; now dynamically loads libperl and libm, so only the
LoadModule and AddModule lines are necessary.
Diffstat (limited to 'www/ap-perl/Makefile')
-rw-r--r--www/ap-perl/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/www/ap-perl/Makefile b/www/ap-perl/Makefile
index f1a3b1d9832..9c36902d1c1 100644
--- a/www/ap-perl/Makefile
+++ b/www/ap-perl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/05/01 00:42:29 tv Exp $
+# $NetBSD: Makefile,v 1.6 1999/05/04 20:16:35 tv Exp $
#
DISTNAME= mod_perl-1.19
@@ -22,13 +22,5 @@ do-configure:
post-install:
${INSTALL_DATA} ${WRKSRC}/htdocs/manual/mod/mod_perl.html \
${PREFIX}/share/httpd/htdocs/manual/mod/
-.if exists(/usr/libexec/ld.elf_so)
- ${SED} -e 's,@@MACHINE_ARCH@@,${MACHINE_ARCH},' \
- -e 's,@@PERL_EXT@@,,' ${FILESDIR}/httpd.conf.add >${WRKSRC}/httpd.conf.add
-.else
- ${SED} -e 's,@@MACHINE_ARCH@@,${MACHINE_ARCH},' \
- -e 's,@@PERL_EXT@@,.4.4,' ${FILESDIR}/httpd.conf.add >${WRKSRC}/httpd.conf.add
-.endif
- ${INSTALL_DATA} ${WRKSRC}/httpd.conf.add ${PREFIX}/etc/httpd/httpd.conf.modperl
.include "../../mk/bsd.pkg.mk"