- Fix STAGE support for PORTDOCS

Reported by:	antoine
This commit is contained in:
Pietro Cerutti 2013-10-16 09:03:27 +00:00
parent 80392bee1c
commit eb6c2c490e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=330487

View file

@ -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>