diff options
author | dirk <dirk@FreeBSD.org> | 2002-05-01 17:44:41 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2002-05-01 17:44:41 +0800 |
commit | 474be32c06be500326b6fc70ac07b3add57293cb (patch) | |
tree | 2ac549c3defc2f6e7438929d9b8e00a69af2f6d3 /www/mod_php4 | |
parent | 902b5379f6d7075ec7da2da8127f699261860c19 (diff) | |
download | freebsd-ports-gnome-474be32c06be500326b6fc70ac07b3add57293cb.tar.gz freebsd-ports-gnome-474be32c06be500326b6fc70ac07b3add57293cb.tar.zst freebsd-ports-gnome-474be32c06be500326b6fc70ac07b3add57293cb.zip |
Remove unneeded post-extract hook.
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> |