mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Fix plist with -DNOPORT*.
Prompted by: QAT QA run
This commit is contained in:
parent
c46a242a24
commit
d23cfbf19b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231863
1 changed files with 4 additions and 0 deletions
|
@ -46,6 +46,10 @@ post-patch:
|
|||
@${REINPLACE_CMD} -E -e \
|
||||
's|^(install-data-am:).*$$|\1|' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.ifdef NOPORTDOCS
|
||||
@${REINPLACE_CMD} '/install-data-am:/s/install-pkgdataDATA//' \
|
||||
${WRKSRC}/doc/Makefile.in
|
||||
.endif
|
||||
|
||||
post-configure:
|
||||
@${REINPLACE_CMD} -E -e \
|
||||
|
|
Loading…
Add table
Reference in a new issue