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 Approved by: maintainer timeout on QATMail
This commit is contained in:
parent
c8fd25ea3e
commit
8dc49736f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=231872
1 changed files with 3 additions and 0 deletions
|
@ -22,5 +22,8 @@ PLIST_FILES= bin/t2w
|
|||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,^prefix.*=.*$$,prefix = ${PREFIX},' \
|
||||
${WRKSRC}/Makefile
|
||||
.ifdef NOPORTDOCS
|
||||
@${REINPLACE_CMD} -e '/$$(docdir)\/wtmp-tool/d' ${WRKSRC}/Makefile
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue