summaryrefslogtreecommitdiff
path: root/misc/fd
diff options
context:
space:
mode:
authorwiz <wiz>2000-02-05 20:01:42 +0000
committerwiz <wiz>2000-02-05 20:01:42 +0000
commitd34d37cc0fa7e028709320b68c632d75a2407fdf (patch)
tree8032c88effcfdc877f2a9723682adf2829189937 /misc/fd
parent6440f9a3b54fad47a6e87b630cbdce9e0896c671 (diff)
downloadpkgsrc-d34d37cc0fa7e028709320b68c632d75a2407fdf.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