mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
Fix plist with -DNOPORTDOCS.
Prompted by: QAT QA tun Approved by: maintainer timeout on QATMail
This commit is contained in:
parent
279c740562
commit
eb60187e75
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231789
@ -34,6 +34,12 @@ MANLANG= "" ru
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.ifdef NOPORTDOCS
|
||||
post-patch:
|
||||
${REINPLACE_CMD} 's,install-data-am: install-data_charmapsDATA install-data_docDATA,install-data-am: install-data_charmapsDATA,' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
.for file in jmacsrc jpicorc jstarrc rjoerc joerc
|
||||
.if !exists(${PREFIX}/etc/${PORTNAME}/${file})
|
||||
|
Loading…
Reference in New Issue
Block a user