aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphviz
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-24 10:37:45 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-24 10:37:45 +0000
commit9439aeb2c5fe39b976a25bcfe827f9213776c973 (patch)
tree7597b6fd6918f7d6f992356b9de529bfb3300963 /graphics/graphviz
parent7f251687a22aeb89ecf5d07a5faba498008926ef (diff)
Notes
Diffstat (limited to 'graphics/graphviz')
-rw-r--r--graphics/graphviz/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/graphviz/Makefile b/graphics/graphviz/Makefile
index 594aefd53dd6..a777fc2d82ff 100644
--- a/graphics/graphviz/Makefile
+++ b/graphics/graphviz/Makefile
@@ -47,7 +47,7 @@ post-extract:
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
-.for file in ${PORTDOCS}
+.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR}
.endfor
.endif