aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4/scripts
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-11-05 12:07:16 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-11-05 12:07:16 +0000
commit49d97d5a2524ab27773f7c797e74892e9952a486 (patch)
treecb9e186328a40129b1215b852d9e0e2f69478dcb /www/mod_php4/scripts
parent5c980db2325934e8e2ce8e105fbf3163257dfce4 (diff)
Fix compilation errors if mbregex is selected.
PR: ports/31666 Submitted by: sf
Notes
Notes: svn path=/head/; revision=49595
Diffstat (limited to 'www/mod_php4/scripts')
-rw-r--r--www/mod_php4/scripts/configure.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php
index a966efb2f5f3..fb4694e1e2da 100644
--- a/www/mod_php4/scripts/configure.php
+++ b/www/mod_php4/scripts/configure.php
@@ -240,9 +240,7 @@ POSTEXTRACT+= post-extract-mbregex
post-extract-mbregex:
[ -d \${WRKDIR}/mbregex ] && \\
(cd \${WRKSRC}; \\
- \${MV} ${WRKDIR}/mbregex ext; \\
- \${RM} configure; \\
- ./buildconf)
+ \${MV} ${WRKDIR}/mbregex ext)
EOF
;;