1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Fix type (..if)

This commit is contained in:
Adam Weinberger 2014-01-03 16:18:05 +00:00
parent e7a364c28a
commit 3b51b8f050
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338559

View File

@ -34,7 +34,7 @@ post-patch:
post-install:
@${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC}/examples && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
..if ${PORT_OPTIONS:MDOCS}
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif