diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-19 11:02:28 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2001-07-19 11:02:28 +0000 |
commit | 8c6c7bc70316c2c50b70a785534c1ea47cd3d9de (patch) | |
tree | 4b6d8fcfaa55cba13bea3c7c2995614a83632b24 /x11-toolkits | |
parent | Update to 0.5, with h2rb and callback support. (diff) |
Fix typo (DICSDIR -> DOCSDIR).
Submitted by: Per Andersson <pa@cdg.chalmers.se>
Notes
Notes:
svn path=/head/; revision=45241
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fltk/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile index acdbd2e66e4b..24d7076d9d47 100644 --- a/x11-toolkits/fltk/Makefile +++ b/x11-toolkits/fltk/Makefile @@ -58,7 +58,7 @@ post-install: @ ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \ ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) - @ ${MKDIR} ${DICSDIR} + @ ${MKDIR} ${DOCSDIR} for ext in html gif jpg ; do \ ${INSTALL_DATA} ${WRKSRC}/documentation/*.$$ext \ ${DOCSDIR}; \ |