Reversed the logic of a backwards NOPORTDOCS.
Thanks: makc
This commit is contained in:
@@ -34,7 +34,7 @@ NO_STAGE= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch::
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
.if !${PORT_OPTIONS:MDOCS}
|
||||
@${REINPLACE_CMD} -e 's#\ devel-docs##g' ${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e 's/$$(LN_S)/$$(LN_S) -f/' ${WRKSRC}/src/Makefile.in
|
||||
|
||||
Reference in New Issue
Block a user