This commit is contained in:
Antoine Brodin 2014-05-31 15:23:58 +00:00
parent c46f0e966e
commit 01e1c8bd3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355993

View file

@ -40,7 +40,7 @@ do-install:
post-install:
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
for f in ${TXT_DOCS}; do \
${INSTALL_DATA} ${WRKSRC}/$$f ${STAGEDIR}${DOCSDIR}; \
done