diff options
author | asami <asami@FreeBSD.org> | 1999-07-23 17:38:57 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-07-23 17:38:57 +0800 |
commit | bd6b869900fff6875bb83290cc1bb030052003e8 (patch) | |
tree | e0f762e1281e3e6187b2a35382587d45818cfa9d /Mk | |
parent | 8d1a133a610ad0ac557e244b9d6fa61bb5102f61 (diff) | |
download | freebsd-ports-graphics-bd6b869900fff6875bb83290cc1bb030052003e8.tar.gz freebsd-ports-graphics-bd6b869900fff6875bb83290cc1bb030052003e8.tar.zst freebsd-ports-graphics-bd6b869900fff6875bb83290cc1bb030052003e8.zip |
Oops, forgot to commit this. Typo.
Submitted by: hoek
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.port.subdir.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.port.subdir.mk b/Mk/bsd.port.subdir.mk index b42277f6888..d7785d481c8 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 |