${PORT_OPTIONS:MDOCS}

Alex Dupre ale at FreeBSD.org
Mon Mar 25 16:23:13 UTC 2013


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


More information about the freebsd-ports mailing list