svn commit: r54548 - head/en_US.ISO8859-1/books/porters-handbook/special

Mateusz Piotrowski 0mp at FreeBSD.org
Tue Sep 29 10:09:48 UTC 2020


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># $FreeBSD$
 
-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 at FreeBSD.org
-COMMENT=	 Interactive tool for performing search and replace operations
+MAINTAINER=	kwm at 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 <bsd.port.mk></programlisting>
 


More information about the svn-doc-all mailing list