diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-07 23:02:47 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-07 23:02:47 +0800 |
commit | 271fad6a3341246e46b43caf6795b0458bac1d36 (patch) | |
tree | a2c6250cacaf5d2b8895835044efa834f4efcb51 /security | |
parent | bc2662f5c62f078945ab59fa0cbcc178301191c2 (diff) | |
download | freebsd-ports-gnome-271fad6a3341246e46b43caf6795b0458bac1d36.tar.gz freebsd-ports-gnome-271fad6a3341246e46b43caf6795b0458bac1d36.tar.zst freebsd-ports-gnome-271fad6a3341246e46b43caf6795b0458bac1d36.zip |
- Fix shebangs
Approved by: portmgr blanket
MFH: 2015Q2
Diffstat (limited to 'security')
-rw-r--r-- | security/py-rekall/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-rekall/Makefile b/security/py-rekall/Makefile index 04e5ac95372b..336308a57175 100644 --- a/security/py-rekall/Makefile +++ b/security/py-rekall/Makefile @@ -3,6 +3,7 @@ PORTNAME= rekall PORTVERSION= 1.3.2 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -31,7 +32,8 @@ RUN_DEPENDS= cabextract:${PORTSDIR}/archivers/cabextract \ ${PYTHON_PKGNAMEPREFIX}yaml>=2.10:${PORTSDIR}/devel/py-yaml \ ${PYTHON_PKGNAMEPREFIX}yara>=0:${PORTSDIR}/security/py-yara -USES= python:2 +USES= python:2 shebangfix +SHEBANG_FILES= manuskript/static/bower_components/bootstrap/test-infra/uncached-npm-install.sh USE_PYTHON= distutils autoplist PORTDOCS= CREDITS.txt LEGAL.txt README.md |