HTML encoding:

< -> &lt;
 > -> &gt;
This commit is contained in:
Stephane Legrand 2003-09-08 11:35:06 +00:00
parent 475e213b95
commit 9e7f60503c
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18090

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/fr/gnome/docs/porting.sgml,v 1.1 2003/09/07 14:16:24 stephane Exp $">
<!ENTITY title "Projet GNOME pour FreeBSD : Comment cr&eacute;er un port">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -86,7 +86,7 @@ WANT_GNOME= yes
<pre>
WANT_GNOME= yes
.include <bsd.port.pre.mk>
.include &lt;bsd.port.pre.mk&gt;
.if defined(HAVE_GNOME)
USE_GNOME= yes
@ -95,7 +95,7 @@ CONFIGURE_ARGS+= --with-gnome
CONFIGURE_ARGS+= --without-gnome
.endif
.include <bsd.port.post.mk>
.include &lt;bsd.port.post.mk&gt;
</pre>
<p><tt>WANT_GNOME</tt> indique au syst&egrave;me des ports