Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 10:09:47 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r54548 - head/en_US.ISO8859-1/books/porters-handbook/special
Message-ID:  <202009291009.08TA9lNH080770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Sep 29 10:09:47 2020
New Revision: 54548
URL: https://svnweb.freebsd.org/changeset/doc/54548

Log:
  Fix whitespace issues in a GNOME port example
  
  A mix of spaces and tabs was used for indentation. This is not desired.

Modified:
  head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml

Modified: head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Tue Sep 29 09:59:22 2020	(r54547)
+++ head/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml	Tue Sep 29 10:09:47 2020	(r54548)
@@ -2026,20 +2026,20 @@ USE_XORG=	x11 xpm</programlisting>
 
       <programlisting># &dollar;FreeBSD&dollar;
 
-PORTNAME=	 regexxer
-DISTVERSION=	 0.10
-CATEGORIES=	 devel textproc gnome
-MASTER_SITES=	 GNOME
+PORTNAME=	regexxer
+DISTVERSION=	0.10
+CATEGORIES=	devel textproc gnome
+MASTER_SITES=	GNOME
 
-MAINTAINER=	 kwm@FreeBSD.org
-COMMENT=	 Interactive tool for performing search and replace operations
+MAINTAINER=	kwm@FreeBSD.org
+COMMENT=	Interactive tool for performing search and replace operations
 
-USES=		 gettext gmake localbase:ldflags pathfix pkgconfig tar:xz
+USES=		gettext gmake localbase:ldflags pathfix pkgconfig tar:xz
 GNU_CONFIGURE=	yes
-USE_GNOME=	 gnomeprefix intlhack gtksourceviewmm3
-INSTALLS_ICONS= yes
+USE_GNOME=	gnomeprefix intlhack gtksourceviewmm3
+INSTALLS_ICONS=	yes
 
-GLIB_SCHEMAS=	 org.regexxer.gschema.xml
+GLIB_SCHEMAS=	org.regexxer.gschema.xml
 
 .include &lt;bsd.port.mk&gt;</programlisting>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009291009.08TA9lNH080770>