1
0
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:
Dag-Erling Smørgrav 2001-06-04 22:58:49 +00:00
parent 093cd4554a
commit 866ff1f7eb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43502
6 changed files with 6 additions and 3 deletions

View File

@ -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/ \

View File

@ -1,3 +1,3 @@
#!/bin/sh
export OPERADIR=%%PREFIX%%/share/opera
export OPERA_DIR=%%PREFIX%%/share/opera
exec %%PREFIX%%/bin/opera-bin "$@"

View File

@ -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/ \

View File

@ -1,3 +1,3 @@
#!/bin/sh
export OPERADIR=%%PREFIX%%/share/opera
export OPERA_DIR=%%PREFIX%%/share/opera
exec %%PREFIX%%/bin/opera-bin "$@"

View File

@ -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/ \

View File

@ -1,3 +1,3 @@
#!/bin/sh
export OPERADIR=%%PREFIX%%/share/opera
export OPERA_DIR=%%PREFIX%%/share/opera
exec %%PREFIX%%/bin/opera-bin "$@"