1
0
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:
Baptiste Daroussin 2012-12-31 14:25:11 +00:00
parent ec225b617e
commit c7e6af83bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309754

View File

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