From owner-freebsd-ports@FreeBSD.ORG Mon Mar 25 16:23:13 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7291ECA5 for ; Mon, 25 Mar 2013 16:23:13 +0000 (UTC) (envelope-from ale@FreeBSD.org) Received: from relay.andxor.it (relay.andxor.it [195.223.2.3]) by mx1.freebsd.org (Postfix) with ESMTP id B4187DCF for ; Mon, 25 Mar 2013 16:23:12 +0000 (UTC) Received: (qmail 4783 invoked from network); 25 Mar 2013 16:23:11 -0000 Received: from alex.andxor.it (a.premoli@andxor.it@192.168.2.30) by relay.andxor.it with ESMTPSA; 25 Mar 2013 16:23:11 -0000 Message-ID: <515079EE.4010001@FreeBSD.org> Date: Mon, 25 Mar 2013 17:23:10 +0100 From: Alex Dupre User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:19.0) Gecko/20100101 Firefox/19.0 SeaMonkey/2.16 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: ${PORT_OPTIONS:MDOCS} References: In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2013 16:23:13 -0000 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 before checking for ${PORT_OPTIONS:MDOCS} -- Alex Dupre