On Mon, Sep 9, 2019 at 5:38 PM Rebecca Cran <rebe...@bsdio.com> wrote: > > I'm not a ports committer. So if anyone's interested, could someone else > commit the following (change "Unkown" to "Unknown"), please? > > > Index: Mk/bsd.port.mk > =================================================================== > --- Mk/bsd.port.mk (revision 511716) > +++ Mk/bsd.port.mk (working copy) > @@ -1462,7 +1462,7 @@ > .endif > .endfor > .if !defined(_usefound) > -ERROR+= "Unkonwn USES=${f:C/\:.*//}" > +ERROR+= "Unknown USES=${f:C/\:.*//}" > .endif > .endfor > > @@ -1984,7 +1984,7 @@ > .endif > .endfor > .if !defined(_usefound) > -ERROR+= "Unkonwn USES=${f:C/\:.*//}" > +ERROR+= "Unknown USES=${f:C/\:.*//}" > .endif > .endfor
Done. Thanks Rebecca! I'd love to fix as many of these as you can find. # Adam -- Adam Weinberger ad...@adamw.org https://www.adamw.org _______________________________________________ freebsd-ports@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"