mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
It's OPERA_DIR, not OPERADIR. Now the help system works again.
This commit is contained in:
parent
093cd4554a
commit
866ff1f7eb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43502
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= linux-opera
|
||||
PORTVERSION= 5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www linux
|
||||
MASTER_SITES= http://opera.online.no/linux/tgz/500/ \
|
||||
ftp://ftp.opera.com/pub/opera/linux/500/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
export OPERADIR=%%PREFIX%%/share/opera
|
||||
export OPERA_DIR=%%PREFIX%%/share/opera
|
||||
exec %%PREFIX%%/bin/opera-bin "$@"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= linux-opera
|
||||
PORTVERSION= 5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www linux
|
||||
MASTER_SITES= http://opera.online.no/linux/tgz/500/ \
|
||||
ftp://ftp.opera.com/pub/opera/linux/500/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
export OPERADIR=%%PREFIX%%/share/opera
|
||||
export OPERA_DIR=%%PREFIX%%/share/opera
|
||||
exec %%PREFIX%%/bin/opera-bin "$@"
|
||||
|
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= linux-opera
|
||||
PORTVERSION= 5.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www linux
|
||||
MASTER_SITES= http://opera.online.no/linux/tgz/500/ \
|
||||
ftp://ftp.opera.com/pub/opera/linux/500/ \
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/bin/sh
|
||||
export OPERADIR=%%PREFIX%%/share/opera
|
||||
export OPERA_DIR=%%PREFIX%%/share/opera
|
||||
exec %%PREFIX%%/bin/opera-bin "$@"
|
||||
|
Loading…
Reference in New Issue
Block a user