1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Fix installation typo

PR:		68181
Submitted by:	Danny Pansters <danny@ricin.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-06-24 14:47:11 +00:00
parent 75fd8dc9ab
commit 98e2f068e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112141

View File

@ -36,7 +36,9 @@ post-install:
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
@if [ -f ${WRKSRC}/${file} ]; then \
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} ; \
fi
.endfor
@${MKDIR} ${DOCSDIR}/contrib
@${INSTALL_DATA} ${WRKSRC}/contrib/* ${DOCSDIR}/contrib