Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Mar 2013 17:23:10 +0100
From:      Alex Dupre <ale@FreeBSD.org>
To:        freebsd-ports@freebsd.org
Subject:   Re: ${PORT_OPTIONS:MDOCS}
Message-ID:  <515079EE.4010001@FreeBSD.org>
In-Reply-To: <BLU0-SMTP1842D2E337FA1B4F69DE46093D70@phx.gbl>
References:  <BLU0-SMTP1842D2E337FA1B4F69DE46093D70@phx.gbl>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?515079EE.4010001>