Reversed the logic of a backwards NOPORTDOCS.

Thanks:	makc
This commit is contained in:
Adam Weinberger
2014-01-07 16:04:44 +00:00
parent f057d8a4fc
commit 680df4bc03
+1 -1
View File
@@ -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