Fix installation of docs

This commit is contained in:
Edwin Groothuis 2004-12-22 04:19:22 +00:00
parent 68ebd6bea3
commit 5eebd9643f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124781

View file

@ -35,6 +35,7 @@ post-install:
${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/create.sql ${EXAMPLESDIR}
.ifndef NOPORTDOCS
${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor