aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-07-29 05:05:37 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-07-29 05:05:37 +0800
commit04b5775a4f9709f70e927b72f55981fd28623c61 (patch)
tree75967abd249ce48f5691b082afdadd61b9fd405f /security
parent1580d72e1463e6ea8623fd8990de1f791420b2a4 (diff)
downloadfreebsd-ports-gnome-04b5775a4f9709f70e927b72f55981fd28623c61.tar.gz
freebsd-ports-gnome-04b5775a4f9709f70e927b72f55981fd28623c61.tar.zst
freebsd-ports-gnome-04b5775a4f9709f70e927b72f55981fd28623c61.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'security')
-rw-r--r--security/arm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/arm/Makefile b/security/arm/Makefile
index 85a772f4d11c..5aad97cf9073 100644
--- a/security/arm/Makefile
+++ b/security/arm/Makefile
@@ -3,6 +3,7 @@
PORTNAME= arm
DISTVERSION= 1.4.5.0
+PORTREVISION= 1
CATEGORIES= security net python
MASTER_SITES= https://archive.torproject.org/arm/ \
http://www.c-s.li/ports/
@@ -14,7 +15,8 @@ COMMENT= Terminal status monitor for Tor
LICENSE= GPLv3
USE_PYTHON= distutils
-USES= python tar:bzip2
+USES= python shebangfix tar:bzip2
+SHEBANG_FILES= src/resources/torrcOverride/override.py
WRKSRC= ${WRKDIR}/${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}