Date: Fri, 30 May 2008 00:17:27 +0300 From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: NOPORTDOCS != NOPORTEXAMPLES != NOPORTDATA (Re: cvs commit: ports/databases/php4-rrdtool Makefile) Message-ID: <20080530001727.50090f20@it.buh.tecnik93.com> In-Reply-To: <200805292057.m4TKv4in005942@repoman.freebsd.org> References: <200805292057.m4TKv4in005942@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
On Thu, 29 May 2008 20:57:04 +0000 (UTC)
Mathieu Arnold <mat@FreeBSD.org> 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.
--
IOnut - Un^d^dregistered ;) FreeBSD "user"
"Intellectual Property" is nowhere near as valuable as "Intellect"
FreeBSD committer -> itetcu@FreeBSD.org, PGP Key ID 057E9F8B493A297B
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (FreeBSD)
iEYEARECAAYFAkg/HXEACgkQJ7GIuiH/oeWqiACfYKbdQFPRaaDTQnrm+lefx7ba
9QIAoLP2WzssMF4zKXN4j3lOjGPoHZI7
=oMZg
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080530001727.50090f20>
