1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00

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 <michael@choin.net>
This commit is contained in:
Dirk Froemberg 2001-01-21 14:22:06 +00:00
parent 13506ce5fe
commit f75b7fce5c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37398
3 changed files with 3 additions and 21 deletions

View File

@ -27,10 +27,8 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13
PHP_DISTDIR= distributions
APXS= ${PREFIX}/sbin/apxs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-apxs=${APXS} \
CONFIGURE_ARGS= --with-apxs=${PREFIX}/sbin/apxs \
--enable-versioning \
--with-system-regex \
--with-config-file-path=${PREFIX}/etc \
@ -42,11 +40,7 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
TOUCH="${TOUCH}" \
MKDIR="${MKDIR}"
.if exists(${APXS})
AP_LIBEXEC!= ${APXS} -q LIBEXEC
.else
AP_LIBEXEC= ${PREFIX}/libexec/apache
.endif
PHPDOCDIR= ${PREFIX}/share/doc/php3
PLIST_SUB= PHPDOCDIR=${PHPDOCDIR:S/^${PREFIX}\///} \

View File

@ -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}\///} \

View File

@ -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}\///} \