Fix typo causing PORTDOCS not to be installed.
Submitted by: pkg-fallout
This commit is contained in:
parent
b3b2d97d8a
commit
b1f0653b6c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=334570
@ -45,7 +45,7 @@ do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/nbc ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/*.h ${STAGEDIR}${PREFIX}/include/nbc
|
||||
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for f in ${PORDOCS}
|
||||
.for f in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKDIR}/doc/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user