aboutsummaryrefslogtreecommitdiff
path: root/www/linux-opera7
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-06-04 22:58:49 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-06-04 22:58:49 +0000
commit866ff1f7ebc54246a2e32453a21de8c5c908d803 (patch)
treeea6de7a65e6181d200e6e1bec1bcef376ada19ef /www/linux-opera7
parent093cd4554a72a6bbd1f89cd9e684f83b172126f5 (diff)
downloadports-866ff1f7ebc54246a2e32453a21de8c5c908d803.tar.gz
ports-866ff1f7ebc54246a2e32453a21de8c5c908d803.zip
It's OPERA_DIR, not OPERADIR. Now the help system works again.
Notes
Notes: svn path=/head/; revision=43502
Diffstat (limited to 'www/linux-opera7')
-rw-r--r--www/linux-opera7/Makefile1
-rw-r--r--www/linux-opera7/files/opera.sh2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile
index be9607a3cb9f..95e6eb617a26 100644
--- a/www/linux-opera7/Makefile
+++ b/www/linux-opera7/Makefile
@@ -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/ \
diff --git a/www/linux-opera7/files/opera.sh b/www/linux-opera7/files/opera.sh
index 1b33d6513e29..e5f407cea9c9 100644
--- a/www/linux-opera7/files/opera.sh
+++ b/www/linux-opera7/files/opera.sh
@@ -1,3 +1,3 @@
#!/bin/sh
-export OPERADIR=%%PREFIX%%/share/opera
+export OPERA_DIR=%%PREFIX%%/share/opera
exec %%PREFIX%%/bin/opera-bin "$@"