summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-07-23 09:38:57 +0000
committerasami <asami@FreeBSD.org>1999-07-23 09:38:57 +0000
commitbd6b869900fff6875bb83290cc1bb030052003e8 (patch)
treee0f762e1281e3e6187b2a35382587d45818cfa9d /Mk
parent8d1a133a610ad0ac557e244b9d6fa61bb5102f61 (diff)
downloadFreeBSD-ports-bd6b869900fff6875bb83290cc1bb030052003e8.zip
FreeBSD-ports-bd6b869900fff6875bb83290cc1bb030052003e8.tar.gz
Oops, forgot to commit this. Typo.
Submitted by: hoek
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.port.subdir.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk
index b42277f..d7785d4 100644
--- a/Mk/bsd.port.subdir.mk
+++ b/Mk/bsd.port.subdir.mk
@@ -1,5 +1,5 @@
# from: @(#)bsd.subdir.mk 5.9 (Berkeley) 2/1/91
-# $Id: bsd.port.subdir.mk,v 1.30 1999/04/28 06:20:15 asami Exp $
+# $Id: bsd.port.subdir.mk,v 1.31 1999/07/23 09:36:55 asami Exp $
#
# The include file <bsd.port.subdir.mk> contains the default targets
# for building ports subdirectories.
@@ -165,7 +165,7 @@ checksubdir:
done
@for s in ${SUBDIR}; do \
if ! [ -d ${.CURDIR}/$$s ]; then \
- ${ECHO} "Warning: directory $s in SUBDIR does not exist"; \
+ ${ECHO} "Warning: directory $$s in SUBDIR does not exist"; \
fi \
done
.endif
OpenPOWER on IntegriCloud