aboutsummaryrefslogtreecommitdiff
path: root/www/mod_php4
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-04-04 20:32:22 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-04-04 20:32:22 +0000
commit052f61ac99b3c5bc29156ed9996d13763cc1c6f9 (patch)
tree54af63e25364a5b070a79c5b90d367cea3b58c7f /www/mod_php4
parent6c06c5af2cdfe5426eac50e4f6e31d83adf71f2c (diff)
downloadports-052f61ac99b3c5bc29156ed9996d13763cc1c6f9.tar.gz
ports-052f61ac99b3c5bc29156ed9996d13763cc1c6f9.zip
Notes
Diffstat (limited to 'www/mod_php4')
-rw-r--r--www/mod_php4/Makefile15
1 files changed, 1 insertions, 14 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index da2931dbdd44..c7317d41c8a8 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -142,20 +142,7 @@ post-install:
@${ECHO} "and in ${PHPDOCDIR}"
.endif
-# This was copied from bsd.port.mk because a missing post-clean target
-# is needed
-clean:
-.if !defined(NOCLEANDEPENDS)
- @${MAKE} clean-depends
-.endif
- @${ECHO_MSG} "===> Cleaning for ${PKGNAME}"
- @if [ -d ${WRKDIR} ]; then \
- if [ -w ${WRKDIR} ]; then \
- ${RM} -rf ${WRKDIR}; \
- else \
- ${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \
- fi; \
- fi
+post-clean:
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
.if exists(${WRKDIRPREFIX}${.CURDIR}/Makefile.inc)