git: d27551c5c346 - main - x11/gmrun: Make portclippy happy

From: Renato Botelho <garga_at_FreeBSD.org>
Date: Fri, 25 Feb 2022 12:18:04 UTC
The branch main has been updated by garga:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d27551c5c3469b712266edeef5fe45d43c86f7b6

commit d27551c5c3469b712266edeef5fe45d43c86f7b6
Author:     Renato Botelho <garga@FreeBSD.org>
AuthorDate: 2022-02-25 11:56:20 +0000
Commit:     Renato Botelho <garga@FreeBSD.org>
CommitDate: 2022-02-25 11:56:20 +0000

    x11/gmrun: Make portclippy happy
    
    Sponsored by:   Rubicon Communications, LLC ("Netgate")
---
 x11/gmrun/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11/gmrun/Makefile b/x11/gmrun/Makefile
index e0573f4c466a..653b25075aa5 100644
--- a/x11/gmrun/Makefile
+++ b/x11/gmrun/Makefile
@@ -17,14 +17,14 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 
 USES=		compiler:c++11-lang gmake gnome localbase:ldflags pkgconfig
 
-OPTIONS_DEFINE=	DOCS
-
 USE_GNOME=	cairo gdkpixbuf2 gtk20
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-stlport
 
-PORTDOCS=	README
 PLIST_FILES=	bin/gmrun ${DATADIR}/gmrunrc
+PORTDOCS=	README
+
+OPTIONS_DEFINE=	DOCS
 
 post-patch:
 	@${REINPLACE_CMD} -e '/my_alphasort/s#const void\*#const struct dirent**#g' \