1
0
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:
Baptiste Daroussin 2013-05-10 15:56:09 +00:00
parent 904f3bf482
commit d5a18e8df2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317823

View File

@ -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