From f75b7fce5c8c26b6bab36c4ee125cb86cc8f7fc3 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 21 Jan 2001 14:22:06 +0000 Subject: Remove automatic finding of AP_LIBEXEC because it didn't work and all apache ports use the same libexec location, now. Submitted by: Michael Lestinsky --- www/mod_php5/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'www/mod_php5') diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index f897c201e3d0..e1a490b4158f 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -26,10 +26,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 PHP_DISTDIR= distributions -APXS= ${PREFIX}/sbin/apxs - USE_LIBTOOL= yes -CONFIGURE_ARGS= --with-apxs=${APXS} \ +CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \ --enable-versioning \ --with-system-regex \ --with-config-file-path=${PREFIX}/etc \ @@ -44,11 +42,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \ MKDIR="${MKDIR}" \ CAT="${CAT}" -.if exists(${APXS}) -AP_LIBEXEC!= ${APXS} -q LIBEXEC -.else AP_LIBEXEC= ${PREFIX}/libexec/apache -.endif PHPDOCDIR= ${PREFIX}/share/doc/php PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} \ -- cgit v1.2.3