diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-20 00:45:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-20 00:45:17 +0800 |
commit | 5a61a161c95ed5cae546c08c5c02a928d51804e1 (patch) | |
tree | f5e9ee8abbd063b7cf3182ed072c86bbd584b816 /misc | |
parent | f06a9cc5f0d3c6ef1133a0aaa4a27cbb697ed300 (diff) | |
download | freebsd-ports-gnome-5a61a161c95ed5cae546c08c5c02a928d51804e1.tar.gz freebsd-ports-gnome-5a61a161c95ed5cae546c08c5c02a928d51804e1.tar.zst freebsd-ports-gnome-5a61a161c95ed5cae546c08c5c02a928d51804e1.zip |
- Fix shebangs
Diffstat (limited to 'misc')
-rw-r--r-- | misc/wotsap/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/wotsap/Makefile b/misc/wotsap/Makefile index 2639ee17e941..e33ecfd70524 100644 --- a/misc/wotsap/Makefile +++ b/misc/wotsap/Makefile @@ -3,7 +3,7 @@ PORTNAME= wotsap PORTVERSION= 0.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc MASTER_SITES= http://www.lysator.liu.se/~jc/wotsap/download/ EXTRACT_SUFX= .tgz @@ -13,8 +13,9 @@ COMMENT= Web of trust statistics and pathfinder RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow -USES= python:2,run +USES= python:2,run shebangfix NO_BUILD= yes +SHEBANG_FILES= wotsap pks2wot PLIST_FILES= bin/pks2wot bin/wotsap PORTSCOUT= ignore:1 |