aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-22 10:23:28 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-22 10:23:28 +0000
commitc71d2c0252492a541d329bbe855fca3ec9eb670e (patch)
tree6c405e59e570ea787439b1b21538bbe51a5ae600
parent9d61975a872b5fdc7d143a08b2110faf58d8db0e (diff)
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q2
Notes
Notes: svn path=/head/; revision=387013
-rw-r--r--www/py-GinGin/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/py-GinGin/Makefile b/www/py-GinGin/Makefile
index 702f3f5a6651..07ef5df716eb 100644
--- a/www/py-GinGin/Makefile
+++ b/www/py-GinGin/Makefile
@@ -3,6 +3,7 @@
PORTNAME= GinGin
PORTVERSION= 1.0.1
+PORTREVISION= 1
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +16,9 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} \
${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
${PYTHON_SITELIBDIR}/fcgi.py:${PORTSDIR}/www/py-fcgi
-USES= python:2
+USES= python:2 shebangfix
+SHEBANG_FILES= GinGin/data/config.py.example
+python_OLD_CMD= env python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>