mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
- Fix build with NOPORTDOCS
PR: 162757 Submitted by: Piotr Kubaj <pkubaj@gmail.com> Feature safe: yes
This commit is contained in:
parent
6ed61267bd
commit
467406db2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=286295
@ -176,7 +176,7 @@ CONFIGURE_ARGS+= --disable-docs
|
||||
|
||||
post-patch:
|
||||
.if defined(NOPORTDOCS)
|
||||
${REINPLACE_CMD} -e '11,13d' ${WRKSRC}/Makefile.am
|
||||
${REINPLACE_CMD} -e '10s|\\||; 11,13d' ${WRKSRC}/Makefile.am
|
||||
.endif
|
||||
${REINPLACE_CMD} -e 's|-T||' ${WRKSRC}/docs/Makefile.am ${WRKSRC}/docs/Makefile.in
|
||||
${REINPLACE_CMD} -e 's|\(lua\)\(5\.1\)|\1-\2|g' ${WRKSRC}/configure
|
||||
|
Loading…
Reference in New Issue
Block a user