diff options
author | miwi <miwi@FreeBSD.org> | 2017-04-21 22:50:05 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2017-04-21 22:50:05 +0800 |
commit | 38df80c35fcc5a549bf9070fcca6114f125447da (patch) | |
tree | a6be60056a9ba6c08350c6fa2d63ee7379ad8d09 /security | |
parent | de71002cc9321c1bf4bfa2e4651a70f585cb31ca (diff) | |
download | freebsd-ports-gnome-38df80c35fcc5a549bf9070fcca6114f125447da.tar.gz freebsd-ports-gnome-38df80c35fcc5a549bf9070fcca6114f125447da.tar.zst freebsd-ports-gnome-38df80c35fcc5a549bf9070fcca6114f125447da.zip |
- Fix shebangs
Diffstat (limited to 'security')
-rw-r--r-- | security/py-volatility/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-volatility/Makefile b/security/py-volatility/Makefile index 83c0b6d7b9f3..d4ee0c2f99da 100644 --- a/security/py-volatility/Makefile +++ b/security/py-volatility/Makefile @@ -3,6 +3,7 @@ PORTNAME= volatility PORTVERSION= 2.6 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= http://downloads.volatilityfoundation.org/releases/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,8 +22,9 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>=0:databases/py-sqlite3 \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=0:textproc/py-openpyxl NO_ARCH= yes -USES= python:2.7 zip +USES= python:2.7 shebangfix zip USE_PYTHON= distutils autoplist +SHEBANG_FILES= tools/*.py tools/mac/*.py OPTIONS_DEFINE= DOCS |