mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-04 06:15:24 +00:00
Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS
This commit is contained in:
parent
ec225b617e
commit
c7e6af83bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309754
@ -60,7 +60,7 @@ post-patch:
|
|||||||
${WRKSRC}/Makefile.in
|
${WRKSRC}/Makefile.in
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
.if !defined(NOPORTDOCS)
|
.if ${PORT_OPTIONS:MDOCS}
|
||||||
@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \
|
@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \
|
||||||
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-data-local)
|
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} install-data-local)
|
||||||
.endif
|
.endif
|
||||||
|
Loading…
Reference in New Issue
Block a user