diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-21 16:23:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-21 16:23:17 +0000 |
commit | b8368cf7ed0d644f8b7afbfa2317ca634ee8967e (patch) | |
tree | 0a5a0f1163fc5b8411637cd86a5d1c54f84ae261 /irc | |
parent | - Fix shebangs (diff) |
- Fix shebangs
Notes
Notes:
svn path=/head/; revision=439091
Diffstat (limited to 'irc')
-rw-r--r-- | irc/py-fishcrypt/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/irc/py-fishcrypt/Makefile b/irc/py-fishcrypt/Makefile index 692d4806d92d..5fe24000b4aa 100644 --- a/irc/py-fishcrypt/Makefile +++ b/irc/py-fishcrypt/Makefile @@ -3,6 +3,7 @@ PORTNAME= fishcrypt DISTVERSION= 5.31 +PORTREVISION= 1 CATEGORIES= irc security PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python @@ -18,7 +19,8 @@ GH_ACCOUNT= fladd GH_PROJECT= py-${PORTNAME} GH_TAGNAME= 43554b1a -USES= dos2unix python:run +USES= dos2unix python:run shebangfix +SHEBANG_FILES= fishcrypt.py NO_BUILD= yes SUB_FILES= pkg-message |