diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-01 09:44:41 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2002-05-01 09:44:41 +0000 |
commit | 7c220955f1db8e9bbb41ae6845a2032d07cbc2f7 (patch) | |
tree | f2241d3d34ece4d6f488d3f827823ddc5914a9db /www/mod_php4 | |
parent | Remove stale entry. (diff) |
Remove unneeded post-extract hook.
Notes
Notes:
svn path=/head/; revision=58403
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 27646bd7d6e7..95b3c1bb9173 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/Makefile @@ -101,6 +101,4 @@ post-clean: .include "${WRKDIRPREFIX}${.CURDIR}/Makefile.inc" .endif -post-extract: ${POSTEXTRACT} - .include <bsd.port.mk> |