Fix a typo.
This commit is contained in:
parent
3229613c6b
commit
f292361a28
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=222925
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ post-install:
|
||||||
${MKDIR} ${DOCSDIR}
|
${MKDIR} ${DOCSDIR}
|
||||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
||||||
.endif
|
.endif
|
||||||
.if !deinfed(NOPORTEXAMPLES}
|
.if !defined(NOPORTEXAMPLES)
|
||||||
${MKDIR} ${EXAMPLESDIR}
|
${MKDIR} ${EXAMPLESDIR}
|
||||||
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTEXAMPLES} ${EXAMPLESDIR}
|
||||||
.endif
|
.endif
|
||||||
|
|
Loading…
Reference in a new issue