diff options
author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-05-21 14:05:02 +0000 |
---|---|---|
committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2021-05-21 16:23:38 +0000 |
commit | dfe0c307d68b3c29f440ee17fff872f367e360c9 (patch) | |
tree | 8606e5754382873e6369407ee83df9a57bb2cf57 | |
parent | 82de8d110cb38aa5535adcd6a6f9bde53a9eac08 (diff) | |
download | ports-dfe0c307d68b3c29f440ee17fff872f367e360c9.tar.gz ports-dfe0c307d68b3c29f440ee17fff872f367e360c9.zip |
devel/rclint: Sort variables
Approved by: portmgr blanket
-rw-r--r-- | devel/rclint/Makefile | 6 |
1 files 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 |