diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-11 15:51:21 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-11 15:51:21 +0000 |
commit | 1b1465b93caeb40388df08e35d695b689dd2b5ee (patch) | |
tree | 055c5b1bc5e7a55d322b4bf79e0810e2f690da97 /www/mod_php4 | |
parent | add webcheck (diff) |
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/Makefile | 4 |
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) |