summaryrefslogtreecommitdiff
path: root/mk/bsd.port.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/bsd.port.mk')
-rw-r--r--mk/bsd.port.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.port.mk b/mk/bsd.port.mk
index c0d0b10440f..296f2ebcc7c 100644
--- a/mk/bsd.port.mk
+++ b/mk/bsd.port.mk
@@ -1,7 +1,7 @@
#-*- mode: Fundamental; tab-width: 4; -*-
# ex:ts=4
#
-# $NetBSD: bsd.port.mk,v 1.32 1998/01/22 10:20:48 agc Exp $
+# $NetBSD: bsd.port.mk,v 1.33 1998/01/22 11:27:54 agc Exp $
#
# bsd.port.mk - 940820 Jordan K. Hubbard.
# This file is in the public domain.
@@ -1416,7 +1416,7 @@ clean: pre-clean
.if !defined(NO_WRKDIR)
.if defined(WRKOBJDIR)
@${RM} -rf ${WRKOBJDIR}/${PORTSUBDIR}
- @${RM} ${WRKDIR}
+ @${RM} -f ${WRKDIR}
.else
@if [ -d ${WRKDIR} ]; then \
if [ -w ${WRKDIR} ]; then \