From 685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 Mon Sep 17 00:00:00 2001 From: jlam Date: Sun, 27 Aug 2000 02:46:03 +0000 Subject: Use new PERL5 variable instead of ${LOCALBASE}/bin/perl. --- www/ap-php3/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/ap-php3') diff --git a/www/ap-php3/Makefile b/www/ap-php3/Makefile index 18956834c1c..6c0addd28b7 100644 --- a/www/ap-php3/Makefile +++ b/www/ap-php3/Makefile @@ -1,16 +1,16 @@ -# $NetBSD: Makefile,v 1.5 1999/11/21 22:12:59 tron Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/27 02:46:07 jlam Exp $ # PKGNAME= ap-${DISTNAME} DEPENDS+= apache-1.3.*:../../www/apache -USE_PERL5= yes +USE_PERL5= # defined CONFIGURE_ARGS+= --with-apxs=${LOCALBASE}/sbin/apxs -CONFIGURE_ENV+= PERL_PATH=${LOCALBASE}/bin/perl +CONFIGURE_ENV+= PERL_PATH=${PERL5} -BUILDING_SERVER_MODULE=yes +BUILDING_SERVER_MODULE= yes do-install: @cd ${WRKSRC} && ${CP} libphp3.so mod_php3.so -- cgit v1.2.3