summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-22 10:22:41 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-22 10:22:41 +0000
commit9d61975a872b5fdc7d143a08b2110faf58d8db0e (patch)
treebcdceaea058ab1fbd81aac22e83e73a3ceb92f66
parent- Fix shebangs (diff)
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
-rw-r--r--www/py-imdbpy/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/py-imdbpy/Makefile b/www/py-imdbpy/Makefile
index 5158498e79f8..de882f69d0ca 100644
--- a/www/py-imdbpy/Makefile
+++ b/www/py-imdbpy/Makefile
@@ -3,6 +3,7 @@
PORTNAME= imdbpy
PORTVERSION= 5.0
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= SF/${PORTNAME}/IMDbPY/${PORTVERSION}
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -21,7 +22,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>=0:${PORTSDIR}/devel/py-lxml \
OPTIONS_DEFINE= DOCS
-USES= python:2
+USES= python:2 shebangfix
+SHEBANG_FILES= docs/goodies/reduce.sh
USE_PYTHON= distutils autoplist
DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME}