From 901c00a64ea69a6b408aadc854bf5edebe82cf1d Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Wed, 27 May 2015 06:12:08 +0000 Subject: [PATCH] - Shebang fix - Bump PORTREVISION PR: 200419 Submitted by: ohauer@ --- sysutils/racktables/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sysutils/racktables/Makefile b/sysutils/racktables/Makefile index ebf21f6229a5..1f92173d4264 100644 --- a/sysutils/racktables/Makefile +++ b/sysutils/racktables/Makefile @@ -3,6 +3,7 @@ PORTNAME= racktables DISTVERSION= 0.20.10 +PORTREVISION= 1 CATEGORIES?= sysutils www MASTER_SITES= SF/${PORTNAME}/ DISTNAME= RackTables-${DISTVERSION} @@ -17,6 +18,11 @@ RACKHOME?= www/racktables PORTEXAMPLES= init-sample-racks.sql syncdomain.php +USES= shebangfix +SHEBANG_FILES= gateways/* +python_OLD_CMD= ${SETENV} python +python_CMD= ${LOCALBASE}/bin/python2.7 + WANT_PHP_WEB= yes USE_PHP= bcmath gd json mbstring mysql pdo_mysql session SUB_FILES= pkg-message