Indent code examples for readability.
This commit is contained in:
parent
f9c8adcc9c
commit
3b937f92eb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=16937
1 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||||
<!ENTITY base CDATA "../..">
|
<!ENTITY base CDATA "../..">
|
||||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.27 2003/01/28 06:55:10 marcus Exp $">
|
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.28 2003/04/20 22:49:27 adamw Exp $">
|
||||||
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
|
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
|
||||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||||
|
@ -153,13 +153,13 @@ WANT_GNOME= yes
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${HAVE_GNOME:Mlibpanel}!=""
|
.if ${HAVE_GNOME:Mlibpanel}!=""
|
||||||
USE_GNOME+= gnomeprefix libpanel
|
USE_GNOME+= gnomeprefix libpanel
|
||||||
CONFIGURE_ARGS+= --with-gnome
|
CONFIGURE_ARGS+= --with-gnome
|
||||||
PKGNAMESUFFIX= -gnome
|
PKGNAMESUFFIX= -gnome
|
||||||
PLIST_SUB= DATADIR="share/gnome"
|
PLIST_SUB= DATADIR="share/gnome"
|
||||||
.else
|
.else
|
||||||
CONFIGURE_ARGS+= --without-gnome
|
CONFIGURE_ARGS+= --without-gnome
|
||||||
PLIST_SUB= DATADIR="share"
|
PLIST_SUB= DATADIR="share"
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
@ -197,9 +197,9 @@ PLIST_SUB= DATADIR="share"
|
||||||
.include <bsd.port.pre.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
.if ${HAVE_GNOME:Mgnomelibs}!=""
|
||||||
USE_GNOME+= gnomelibs
|
USE_GNOME+= gnomelibs
|
||||||
.else
|
.else
|
||||||
USE_GNOME+= gtk12 # WRONG!
|
USE_GNOME+= gtk12 # WRONG!
|
||||||
.endif
|
.endif
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue