diff options
Diffstat (limited to 'www/mod_php4/scripts/configure.php')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 4 |
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 ;; |