1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix shebangs

This commit is contained in:
Martin Wilke 2017-05-08 09:45:18 +00:00
parent 71d9b3944c
commit 12fb0034b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440404
2 changed files with 3 additions and 10 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= panoptis
PORTVERSION= 0.1.4
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= net security
MASTER_SITES= SF
@ -16,7 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libccgnu2.so:devel/commoncpp
GNU_CONFIGURE= yes
USES= python
USES= python shebangfix
SHEBANG_FILES= panoptis/*.py
PLIST_FILES= bin/panoptis \
bin/mail.py \
bin/pview.py \

View File

@ -1,8 +0,0 @@
--- panoptis/pview.py.orig Tue Nov 28 14:57:01 2006
+++ panoptis/pview.py Tue Nov 28 14:57:10 2006
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# This CGI script connects to Panoptis' web port, makes a request,
# accepts data and formats it to show it to the user.