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:
parent
5802b8f818
commit
0157d41ea1
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=54548
1 changed files with 10 additions and 10 deletions
|
@ -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@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></programlisting>
|
||||
|
||||
|
|
Loading…
Reference in a new issue