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:
parent
e7a364c28a
commit
3b51b8f050
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338559
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user