diff options
Diffstat (limited to 'x11-toolkits/fltk/Makefile')
-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}; \ |