From 0157d41ea1e588b949c1fc9e98e75a741fc86335 Mon Sep 17 00:00:00 2001 From: Mateusz Piotrowski <0mp@FreeBSD.org> Date: Tue, 29 Sep 2020 10:09:47 +0000 Subject: [PATCH] Fix whitespace issues in a GNOME port example A mix of spaces and tabs was used for indentation. This is not desired. --- .../porters-handbook/special/chapter.xml | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml index 64b4853a65..a9f2b88a88 100644 --- a/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/special/chapter.xml @@ -2026,20 +2026,20 @@ USE_XORG= x11 xpm # $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@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 <bsd.port.mk>