mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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}
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
post-install:
|
post-install:
|
||||||
cd ${WRKSRC}/documentation && ${MAKE} docinstall
|
cd ${WRKSRC}/documentation && ${MAKE} ${MAKE_ARGS} docinstall
|
||||||
cd ${WRKSRC}/test && ${MAKE} install
|
cd ${WRKSRC}/test && ${MAKE} ${MAKE_ARGS} install
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue