mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
Fix reverted logic for DOCS handling
Reported by: pointyhat (miwi)
This commit is contained in:
parent
904f3bf482
commit
d5a18e8df2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317823
@ -23,7 +23,7 @@ USE_GMAKE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
.if ! ${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -e '/^SUBDIRS =/s/doc//' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user