HTML encoding:
< -> < > -> >
This commit is contained in:
parent
475e213b95
commit
9e7f60503c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=18090
1 changed files with 3 additions and 3 deletions
|
@ -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é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 <bsd.port.pre.mk>
|
||||
|
||||
.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 <bsd.port.post.mk>
|
||||
</pre>
|
||||
|
||||
<p><tt>WANT_GNOME</tt> indique au système des ports
|
||||
|
|
Loading…
Reference in a new issue