aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2002-05-11 15:51:21 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2002-05-11 15:51:21 +0000
commit1b1465b93caeb40388df08e35d695b689dd2b5ee (patch)
tree055c5b1bc5e7a55d322b4bf79e0810e2f690da97 /www/mod_php4
parent9bdeb7526b7165063a53e0c63cbcea1414bbab1b (diff)
downloadports-1b1465b93caeb40388df08e35d695b689dd2b5ee.tar.gz
ports-1b1465b93caeb40388df08e35d695b689dd2b5ee.zip
Remove stale PLIST_SUB for AP_LIBEXEC which wrongly overrode previous
setting for PLIST_SUB. PR: ports/37769
Notes
Notes: svn path=/head/; revision=58924
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 25f07b0ceed1..9b7c401f859c 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -77,10 +77,6 @@ SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
PHP4_OPTIONS="${PHP4_OPTIONS}" \
REALCURDIR="${.CURDIR}"
-AP_LIBEXEC= ${PREFIX}/libexec/apache
-
-PLIST_SUB= AP_LIBEXEC=${AP_LIBEXEC:S/^${PREFIX}\///}
-
pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
.if !defined(STANDALONE) && !defined(WITH_APACHE2)