1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

fix DOCS=off build

PR:		240181
Reported by:	romain@, vvd
This commit is contained in:
Christoph Moench-Tegeder 2019-08-29 21:14:21 +00:00
parent 9702962523
commit 6df20d78a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510188

View File

@ -67,7 +67,7 @@ post-install:
@(cd ${WRKSRC}/src/gutenprintui2 && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \
${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET})
.else
@${RMDIR} ${STAGEDIR}/${DATADIR}/doc/reference-html
@(test -d ${STAGEDIR}/${DATADIR}/doc/reference-html && ${RMDIR} ${STAGEDIR}/${DATADIR}/doc/reference-html || :)
.endif
.include <bsd.port.mk>