1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-03 11:12:13 +00:00

Really fix NOPORTDOCS.

This commit is contained in:
Alex Dupre 2009-05-13 06:23:58 +00:00
parent 8a93e5bd7f
commit d4c459278d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=233820

View File

@ -63,7 +63,7 @@ post-patch:
.else
@${REINPLACE_CMD} 's|install-data-am: install-dist_docDATA|install-data-am:|' \
${WRKSRC}/Makefile.in
@${REINPLACE_CMD} 's|install-data-am: install-apidocDATA install-dist_docDATA|install-data-am:|' \
@${REINPLACE_CMD} 's|install-data-am: install-dist_apidocDATA install-dist_docDATA|install-data-am:|' \
${WRKSRC}/doc/Makefile.in
.endif