summaryrefslogtreecommitdiff
path: root/misc/fd
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-05 20:01:42 +0000
committerwiz <wiz@pkgsrc.org>2000-02-05 20:01:42 +0000
commit4cdcc48a50d0637ce50fac5135c5aec67160da36 (patch)
tree8032c88effcfdc877f2a9723682adf2829189937 /misc/fd
parent5864e57d4ad4387422ac69e3b2549ef2b8f29e1e (diff)
downloadpkgsrc-4cdcc48a50d0637ce50fac5135c5aec67160da36.tar.gz
$() -> ${}
Diffstat (limited to 'misc/fd')
-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