mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Fix REINPLACE with -DNOPORTDOCS thus unbreak it in this case.
Submitted by: QA Tindy run
This commit is contained in:
parent
02cff2632a
commit
ac114bfe56
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214995
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user