1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix typo (DICSDIR -> DOCSDIR).

Submitted by:	Per Andersson <pa@cdg.chalmers.se>
This commit is contained in:
Dmitry Sivachenko 2001-07-19 11:02:28 +00:00
parent 2e98df83f9
commit 8c6c7bc703
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45241

View File

@ -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}; \