diff options
author | miwi <miwi@FreeBSD.org> | 2017-05-08 17:51:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-05-08 17:51:33 +0800 |
commit | 47b256cf3da2525eedecddb7f64cd42ea78aa8b4 (patch) | |
tree | 756ef8aa98c79a5042e6889b5ebc58a612d6e354 | |
parent | 9bd12f06b1a365e7c8aca842104e3e7048d39409 (diff) | |
download | freebsd-ports-gnome-47b256cf3da2525eedecddb7f64cd42ea78aa8b4.tar.gz freebsd-ports-gnome-47b256cf3da2525eedecddb7f64cd42ea78aa8b4.tar.zst freebsd-ports-gnome-47b256cf3da2525eedecddb7f64cd42ea78aa8b4.zip |
- Fix shebangs
- Bump PORTREVISION
-rw-r--r-- | devel/rclint/Makefile | 4 | ||||
-rw-r--r-- | net/dshell/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/devel/rclint/Makefile b/devel/rclint/Makefile index d935be3d9d80..a2907c8afb39 100644 --- a/devel/rclint/Makefile +++ b/devel/rclint/Makefile @@ -2,6 +2,7 @@ PORTNAME= rclint PORTVERSION= 0.2.1 +PORTREVISION= 1 CATEGORIES= devel textproc python MASTER_SITES= http://www.bayofrum.net/dist/rclint/ \ LOCAL/crees/ @@ -13,9 +14,10 @@ LICENSE= BSD2CLAUSE NO_BUILD= yes -USES= python:run +USES= python:run shebangfix SUB_FILES= ${PORTNAME} SUB_LIST= PYTHON_CMD=${PYTHON_CMD} +SHEBANG_FILES= *.py PLIST_FILES= bin/${PORTNAME} PORTDATA= ${PORTNAME}.py errors.en diff --git a/net/dshell/Makefile b/net/dshell/Makefile index 38d445221e8f..e849754265f2 100644 --- a/net/dshell/Makefile +++ b/net/dshell/Makefile @@ -3,6 +3,7 @@ PORTNAME= dshell PORTVERSION= 3.0.20150220 +PORTREVISION= 1 CATEGORIES= net MAINTAINER= nobutaka@FreeBSD.org @@ -20,8 +21,9 @@ BUILD_DEPENDS= bash:shells/bash \ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_GITHUB= yes -USES= python +USES= python:-2.7 shebangfix NO_ARCH= yes +SHEBANG_FILES= bin/*.py GH_ACCOUNT= USArmyResearchLab GH_PROJECT= Dshell |