diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2001-01-06 10:09:24 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2001-01-06 10:09:24 +0000 |
commit | 14d79a5d5f073b981b24ef517e47c060c03b998e (patch) | |
tree | fd3f7ee119e2b4f555bf789558c4219a348bf28d /www/opera/Makefile | |
parent | b56059903802abbe3e2f878cc5bc5de2500b063b (diff) | |
download | pkgsrc-14d79a5d5f073b981b24ef517e47c060c03b998e.tar.gz |
Update to 4.0 beta 5
Changes are:
* Search facility of the URL toolbar
* Improved the password dialog
* File type association works better
* Improved windows settings file
* UI improvements
* Printing support - still a bit unstable (no print preview yet, but
you can print to file)
* Transfer window works better
* 3D borders on tables fixed
* JavaScript confirm dialog fixed
Diffstat (limited to 'www/opera/Makefile')
-rw-r--r-- | www/opera/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 03f5f1c6895..f23b14b1acf 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2000/12/31 12:54:44 tron Exp $ +# $NetBSD: Makefile,v 1.9 2001/01/06 10:09:24 jdolecek Exp $ -DISTNAME= opera-4.0-b4-20001211.012-static.i386 -PKGNAME= opera-4.0b4 +DISTNAME= opera-4.0-b5-20010103.014-static.i386 +PKGNAME= opera-4.0b5 CATEGORIES= www MASTER_SITES= http://opera.online.no/linux/tgz/ \ ftp://ftp.fh-koblenz.de/pub/InternetClients/Opera/english/4.0b4/linux/intel-x86/static/ \ @@ -37,7 +37,7 @@ do-install: ${PREFIX}/share/opera/styles cd ${WRKSRC} && \ ${INSTALL_SCRIPT} opera ${PREFIX}/bin && \ - ${INSTALL_DATA} LICENSE README ${PREFIX}/share/doc/opera && \ + ${INSTALL_DATA} LICENSE ${PREFIX}/share/doc/opera && \ ${INSTALL_DATA} opera.adr ${PREFIX}/share/opera && \ ${INSTALL_DATA} buttons/default/* ${PREFIX}/share/opera/buttons/default && \ ${INSTALL_DATA} buttons/defsmall/* ${PREFIX}/share/opera/buttons/defsmall && \ |