Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 May 2021 16:24:14 GMT
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: dfe0c307d68b - main - devel/rclint: Sort variables
Message-ID:  <202105211624.14LGOEJ2031150@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp:

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

commit dfe0c307d68b3c29f440ee17fff872f367e360c9
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2021-05-21 14:05:02 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2021-05-21 16:23:38 +0000

    devel/rclint: Sort variables
    
    Approved by:    portmgr blanket
---
 devel/rclint/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/rclint/Makefile b/devel/rclint/Makefile
index 2322d2b69499..b57992d2eb8b 100644
--- a/devel/rclint/Makefile
+++ b/devel/rclint/Makefile
@@ -9,12 +9,12 @@ COMMENT=	Checks rc scripts for style and common errors
 
 LICENSE=	BSD2CLAUSE
 
-NO_BUILD=	yes
-
 USES=		python:run shebangfix
+SHEBANG_FILES=	*.py
+
+NO_BUILD=	yes
 SUB_FILES=	${PORTNAME}
 SUB_LIST=	PYTHON_CMD=${PYTHON_CMD}
-SHEBANG_FILES=	*.py
 
 PLIST_FILES=	bin/${PORTNAME}
 PORTDATA=	${PORTNAME}.py errors.en



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