Carmel ha scritto:
> I have a problem with updating a Makefile for an existing port. When
> running "portlint -a" on the Makefile, it pops up with this warning:
> 
> WARN: Makefile: [53]: NOPORTDOCS found.  Consider using
> PORT_OPTIONS:MDOCS
> 
> So, I have tried doing what the Porters Handbook suggested, and it just
> bombs out with this useless message:

You should add:

.include <bsd.port.options.mk>

before checking for ${PORT_OPTIONS:MDOCS}

-- 
Alex Dupre
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to