diff options
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r-- | www/mod_php4/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index a467a671072a..9c7ba331528b 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -101,12 +101,6 @@ post-clean: .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .endif -post-extract: -.if target(post-extract-jstring) - ${MAKE} post-extract-jstring -.endif -.if target(post-extract-ming) - ${MAKE} post-extract-ming -.endif +post-extract: ${POSTEXTRACT} .include <bsd.port.mk> |