aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gphoto2
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2017-04-18 18:26:19 +0000
committerMartin Wilke <miwi@FreeBSD.org>2017-04-18 18:26:19 +0000
commitefe3f7d37bad846db8fcbe00a62592d0549b5bfb (patch)
treec77671e03ee888b1cccd4e358c8265c8dd7d458e /graphics/py-gphoto2
parent0fcc4dadd10c9e5663b9fecc51efcca8d4bc2870 (diff)
downloadports-efe3f7d37bad846db8fcbe00a62592d0549b5bfb.tar.gz
ports-efe3f7d37bad846db8fcbe00a62592d0549b5bfb.zip
- Fix Shebangs
Notes
Notes: svn path=/head/; revision=438789
Diffstat (limited to 'graphics/py-gphoto2')
-rw-r--r--graphics/py-gphoto2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/py-gphoto2/Makefile b/graphics/py-gphoto2/Makefile
index 226af5790f3a..ff632a11b109 100644
--- a/graphics/py-gphoto2/Makefile
+++ b/graphics/py-gphoto2/Makefile
@@ -2,6 +2,7 @@
PORTNAME= gphoto2
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,8 +16,9 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libgphoto2.so:graphics/libgphoto2
-USES= pkgconfig python
+USES= pkgconfig python shebangfix
USE_PYTHON= autoplist concurrent distutils
+SHEBANG_FILES= examples/*.py
OPTIONS_DEFINE= DOCS EXAMPLES