Fix whitespace issues in a GNOME port example

A mix of spaces and tabs was used for indentation. This is not desired.
This commit is contained in:
Mateusz Piotrowski 2020-09-29 10:09:47 +00:00
parent 5802b8f818
commit 0157d41ea1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54548

View file

@ -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>