mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix shebangs
This commit is contained in:
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
|
@ -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 \
|
||||
|
|
|
@ -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.
|
Loading…
Add table
Reference in a new issue