From owner-cvs-all@FreeBSD.ORG Thu May 29 21:23:36 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DFB7A1065671; Thu, 29 May 2008 21:23:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (plouf.absolight.net [IPv6:2002:c11e:e088:2:c:6ebf:fe78:348]) by mx1.freebsd.org (Postfix) with ESMTP id 8A9F98FC15; Thu, 29 May 2008 21:23:36 +0000 (UTC) (envelope-from mat@FreeBSD.org) Received: from plouf.absolight.net (localhost [127.0.0.1]) by plouf.absolight.net (Postfix) with ESMTP id A921F764011; Thu, 29 May 2008 23:23:35 +0200 (CEST) Received: from atuin.in.mat.cc (ATuin.in.mat.cc [79.143.241.205]) by plouf.absolight.net (Postfix) with ESMTP id 3F225764006; Thu, 29 May 2008 23:23:35 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 7A9FC646AB5; Thu, 29 May 2008 23:23:34 +0200 (CEST) Date: Thu, 29 May 2008 23:23:33 +0200 From: Mathieu Arnold To: Ion-Mihai Tetcu , Mathieu Arnold Message-ID: In-Reply-To: <20080530001727.50090f20@it.buh.tecnik93.com> References: <200805292057.m4TKv4in005942@repoman.freebsd.org> <20080530001727.50090f20@it.buh.tecnik93.com> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="==========58C42DE5A0EB619A68AF==========" Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: NOPORTDOCS != NOPORTEXAMPLES != NOPORTDATA (Re: cvs commit: ports/databases/php4-rrdtool Makefile) X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 May 2008 21:23:37 -0000 --==========58C42DE5A0EB619A68AF========== Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline +-Le 30/05/08 00:17 +0300, Ion-Mihai Tetcu a dit : | On Thu, 29 May 2008 20:57:04 +0000 (UTC) | Mathieu Arnold wrote: | |> mat 2008-05-29 20:57:03 UTC |> |> FreeBSD ports repository |> |> Modified files: |> databases/php4-rrdtool Makefile |> Log: |> Fix when NOPORTDOCS set |> |> Spotted By: itetcu |> |> Revision Changes Path |> 1.6 +2 -0 ports/databases/php4-rrdtool/Makefile | | No, please be careful: | | We have 3 vars that control installation of "non-essential" files: | NOPORTDOCS, NOPORTEXAMPLES, NOPORTDATA | | +.if !defined(NOPORTDOCS) | post-install: | @${MKDIR} ${EXAMPLESDIR} | @${INSTALL_DATA} ${WRKSRC}/examples/* ${EXAMPLESDIR} | @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." | +.endif | | Since here you install examples you should test for NOPORTEXAMPLES. Well, the plist has %%PORTDOCS%% so, I've added whatever was necessary to remain consistent. I can s/PORTDOCS/PORTEXAMPLES/ if you prefer. -- Mathieu Arnold --==========58C42DE5A0EB619A68AF========== Content-Type: application/pgp-signature Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (Darwin) iD8DBQFIPx7VJqR8av5thQ8RArAnAKCMtr/FL4kfo/NBSzdmePp0Mcmq2ACgz9y/ T5nHjKDu5Dqcd2N8ySfSRHQ= =Ecca -----END PGP SIGNATURE----- --==========58C42DE5A0EB619A68AF==========--