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

Fix REINPLACE with -DNOPORTDOCS thus unbreak it in this case.

Submitted by:	QA Tindy run
This commit is contained in:
Ion-Mihai Tetcu 2008-06-17 06:35:47 +00:00
parent 02cff2632a
commit ac114bfe56
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214995

View File

@ -44,8 +44,8 @@ post-patch:
# do not install docs
.ifdef(NOPORTDOCS)
@${REINPLACE_CMD} -E -e \
's|^(install-data-am.+)install-gsubeditdocDATA|\1|'
\ ${WRKSRC}/Makefile.in
's|^(install-data-am.+)install-gsubeditdocDATA|\1|' \
${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>