diff options
author | des <des@FreeBSD.org> | 2002-01-09 20:35:40 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-01-09 20:35:40 +0800 |
commit | 7dc92089ccb552dab475f1c9809d5b9a7edbae2a (patch) | |
tree | 7886214bf1573097d753890d82c4137e8bc4d399 /www/linux-opera | |
parent | c2c07c78e7b39d23e6fd9e3ba408c829142fb5ac (diff) | |
download | freebsd-ports-gnome-7dc92089ccb552dab475f1c9809d5b9a7edbae2a.tar.gz freebsd-ports-gnome-7dc92089ccb552dab475f1c9809d5b9a7edbae2a.tar.zst freebsd-ports-gnome-7dc92089ccb552dab475f1c9809d5b9a7edbae2a.zip |
Fix the JDK path, and bump PORTREVISION.
Diffstat (limited to 'www/linux-opera')
-rw-r--r-- | www/linux-opera/Makefile | 1 | ||||
-rw-r--r-- | www/linux-opera/files/patch-aa | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/linux-opera/Makefile b/www/linux-opera/Makefile index 720e7db5044a..32292a77cd6d 100644 --- a/www/linux-opera/Makefile +++ b/www/linux-opera/Makefile @@ -7,6 +7,7 @@ PORTNAME= opera PKGNAMEPREFIX= linux- +PORTREVISION= 1 OPERAVERSION= 6.0-20011129.1 PORTVERSION= ${OPERAVERSION:S/-/./} CATEGORIES= www linux diff --git a/www/linux-opera/files/patch-aa b/www/linux-opera/files/patch-aa index 9b8027abd8fe..bdf0b5c2f3a9 100644 --- a/www/linux-opera/files/patch-aa +++ b/www/linux-opera/files/patch-aa @@ -1,5 +1,5 @@ --- install.sh.orig Thu Dec 6 12:19:52 2001 -+++ install.sh Thu Dec 6 13:49:56 2001 ++++ install.sh Wed Jan 9 13:33:42 2002 @@ -310,7 +310,16 @@ mvv='' # SunOS mv (no -v verbose option) ;; @@ -31,7 +31,7 @@ - /usr/lib/realplay \\ + %%PREFIX%%/lib/opera/plugins \\ + %%PREFIX%%/Acrobat4/Browsers/intellinux \\ -+ %%PREFIX%%/java/linux-*jdk*/jre/plugin/i386/ns4 \\ ++ %%PREFIX%%/linux-*jdk*/jre/plugin/i386/ns4 \\ \"\${HOME}/.netscape/plugins\" \\ - /opt/netscape/plugins \\ - /usr/lib/netscape/plugins \\ |