summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2001-07-15 08:21:18 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2001-07-15 08:21:18 +0000
commit927f19e6e804e8d9b5cebfdc2a80d0f93bfb03af (patch)
tree038452c8b7f86c19fe60a6fcd57fb277e2b9e5a0 /x11-toolkits
parentNote that VNterm adheres to RFC 1456 (VISCII and VIQR encodings) (diff)
Utilize DATADIR and DOCSDIR.
Notes
Notes: svn path=/head/; revision=45137
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fltk/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-toolkits/fltk/Makefile b/x11-toolkits/fltk/Makefile
index d34a7d8264b6..acdbd2e66e4b 100644
--- a/x11-toolkits/fltk/Makefile
+++ b/x11-toolkits/fltk/Makefile
@@ -58,13 +58,13 @@ post-install:
@ ${INSTALL_MAN} ${WRKSRC}/documentation/fluid.1 \
${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
- @ ${MKDIR} ${PREFIX}/share/doc/fltk
+ @ ${MKDIR} ${DICSDIR}
for ext in html gif jpg ; do \
${INSTALL_DATA} ${WRKSRC}/documentation/*.$$ext \
- ${PREFIX}/share/doc/fltk; \
+ ${DOCSDIR}; \
done
${INSTALL_DATA} ${WRKSRC}/documentation/README \
- ${PREFIX}/share/doc/fltk
+ ${DOCSDIR}
.endif
.include <bsd.port.mk>