diff options
author | des <des@FreeBSD.org> | 2002-01-09 12:35:40 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2002-01-09 12:35:40 +0000 |
commit | 7dc92089ccb552dab475f1c9809d5b9a7edbae2a (patch) | |
tree | 7886214bf1573097d753890d82c4137e8bc4d399 /www/linux-opera7 | |
parent | c2c07c78e7b39d23e6fd9e3ba408c829142fb5ac (diff) | |
download | FreeBSD-ports-7dc92089ccb552dab475f1c9809d5b9a7edbae2a.zip FreeBSD-ports-7dc92089ccb552dab475f1c9809d5b9a7edbae2a.tar.gz |
Fix the JDK path, and bump PORTREVISION.
Diffstat (limited to 'www/linux-opera7')
-rw-r--r-- | www/linux-opera7/Makefile | 1 | ||||
-rw-r--r-- | www/linux-opera7/files/patch-aa | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/linux-opera7/Makefile b/www/linux-opera7/Makefile index 720e7db..32292a7 100644 --- a/www/linux-opera7/Makefile +++ b/www/linux-opera7/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-opera7/files/patch-aa b/www/linux-opera7/files/patch-aa index 9b8027a..bdf0b5c 100644 --- a/www/linux-opera7/files/patch-aa +++ b/www/linux-opera7/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 \\ |