summaryrefslogtreecommitdiffstats
path: root/www/mod_php4/Makefile
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-12-12 04:18:47 +0000
committerasami <asami@FreeBSD.org>1998-12-12 04:18:47 +0000
commit616534f262f5d6290848b26993216d328f5a10f8 (patch)
treeb29844ce02d1cf8c99cc3d7629782e2db7a3013f /www/mod_php4/Makefile
parentb88403fac0d207f7cd72663badeb36fb2631ed86 (diff)
downloadFreeBSD-ports-616534f262f5d6290848b26993216d328f5a10f8.zip
FreeBSD-ports-616534f262f5d6290848b26993216d328f5a10f8.tar.gz
Remove NO_WRKDIR tests from targets copied from bsd.port.mk. Since
NO_WRKDIR is a port variable, not a user variable, it made no sense for these to be here in the first place.
Diffstat (limited to 'www/mod_php4/Makefile')
-rw-r--r--www/mod_php4/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile
index 2bf6b15..e6d94e4 100644
--- a/www/mod_php4/Makefile
+++ b/www/mod_php4/Makefile
@@ -3,7 +3,7 @@
# Date created: So 21 Jun 1998 16:09:39 CEST
# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net>
#
-# $Id: Makefile,v 1.58 1998/12/02 20:32:02 billf Exp $
+# $Id: Makefile,v 1.59 1998/12/05 09:36:59 obrien Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -125,7 +125,6 @@ clean:
@${MAKE} clean-depends
.endif
@${ECHO_MSG} "===> Cleaning for ${PKGNAME}"
-.if !defined(NO_WRKDIR)
@if [ -d ${WRKDIR} ]; then \
if [ -w ${WRKDIR} ]; then \
${RM} -rf ${WRKDIR}; \
@@ -133,9 +132,6 @@ clean:
${ECHO_MSG} "===> ${WRKDIR} not writable, skipping"; \
fi; \
fi
-.else
- @${RM} -f ${WRKDIR}/.*_done ${TMPPLIST}
-.endif
@${RM} -f Makefile.inc
.if exists(Makefile.inc)
OpenPOWER on IntegriCloud