summaryrefslogtreecommitdiff
path: root/misc/fd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fd/Makefile')
-rw-r--r--misc/fd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fd/Makefile b/misc/fd/Makefile
index 7b7cf9e768f..09bdbef72a2 100644
--- a/misc/fd/Makefile
+++ b/misc/fd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/12/03 16:23:17 rh Exp $
+# $NetBSD: Makefile,v 1.9 2000/02/05 20:01:42 wiz Exp $
# FreeBSD: ports/misc/fd/Makefile,v 1.14 1999/08/25 07:21:37 obrien Exp
#
@@ -23,7 +23,7 @@ do-configure:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/fd
- @for i in $(DOCS); do \
+ @for i in ${DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$i ${PREFIX}/share/doc/fd; \
done
.endif