Missed a ${STAGEDIR}
This commit is contained in:
parent
cee39373ce
commit
d917c27384
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349581
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ pre-su-install:
|
|||
@${MKDIR} ${STAGEDIR}/var/spool/news
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue