diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-01-09 12:35:40 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2002-01-09 12:35:40 +0000 |
commit | 1551f49e3b37e288fbc207947936638c2249055f (patch) | |
tree | 61b91f3f2d4991495d7183e797fdb92b4c012681 /www/linux-opera7 | |
parent | c248d7bd2bb34a4d03cede5f4740217bdbf10d99 (diff) |
Fix the JDK path, and bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=52808
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 720e7db5044a..32292a77cd6d 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 9b8027abd8fe..bdf0b5c2f3a9 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 \\ |