- Fix STAGE support for PORTDOCS
Reported by: antoine
This commit is contained in:
parent
80392bee1c
commit
eb6c2c490e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330487
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ post-patch:
|
|||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
post-install:
|
||||
cd ${WRKSRC}/documentation && ${MAKE} docinstall
|
||||
cd ${WRKSRC}/test && ${MAKE} install
|
||||
cd ${WRKSRC}/documentation && ${MAKE} ${MAKE_ARGS} docinstall
|
||||
cd ${WRKSRC}/test && ${MAKE} ${MAKE_ARGS} install
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue