Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2022 12:18:04 GMT
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d27551c5c346 - main - x11/gmrun: Make portclippy happy
Message-ID:  <202202251218.21PCI43l010635@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202251218.21PCI43l010635>