git: dfe0c307d68b - main - devel/rclint: Sort variables
Mateusz Piotrowski
0mp at FreeBSD.org
Fri May 21 16:24:14 UTC 2021
The branch main has been updated by 0mp:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dfe0c307d68b3c29f440ee17fff872f367e360c9
commit dfe0c307d68b3c29f440ee17fff872f367e360c9
Author: Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-05-21 14:05:02 +0000
Commit: Mateusz Piotrowski <0mp at 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
More information about the dev-commits-ports-all
mailing list