1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Fix build with NOPORTDOCS

Approved by:	miwi (mentor, implicit)
This commit is contained in:
Beat Gaetzi 2009-05-10 18:17:14 +00:00
parent d09631e65b
commit 2c1f0b8e5f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233617

View File

@ -64,7 +64,7 @@ IGNORE= needs a running procfs, which is not\n\
pre-patch:
.ifdef(NOPORTDOCS)
${FIND} ${WRKSRC} -name "Makefile.in" -exec \
${FIND} ${WRKSRC} -name "Makefile.am" -exec \
${REINPLACE_CMD} -e "s/docs//g" {} \;
.endif