diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2005-09-22 21:50:03 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2005-09-22 21:50:03 +0000 |
commit | 74e2928df6ace002aa3eb10b3d4e39d6a835bf13 (patch) | |
tree | 965e2d200c2ef16064e9e772e6fd4d562dba4934 /www/opera | |
parent | 9950e2d787615b4c2f589de69aca3fb889119976 (diff) | |
download | pkgsrc-74e2928df6ace002aa3eb10b3d4e39d6a835bf13.tar.gz |
opera licence changed in version 8.50, add the new version
pointed out by Geert Hendrickx and discussed further on tech-kern@
Diffstat (limited to 'www/opera')
-rw-r--r-- | www/opera/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 32dd0a08e2a..5ea0e64bae5 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2005/09/20 19:36:13 jdolecek Exp $ +# $NetBSD: Makefile,v 1.42 2005/09/22 21:50:03 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION:S/u/pl/} PKGREVISION= # empty @@ -18,7 +18,7 @@ COMMENT= Small, fast and customizable WWW client ONLY_FOR_PLATFORM= NetBSD-*-i386 SunOS-*-sparc FreeBSD-*-i386 -LICENSE= opera-license +LICENSE= opera-850-license #PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -136,7 +136,7 @@ post-install: # regenerate distinfo for all ports supported by this package opera-distinfo: - ( ${ECHO} '$$NetBSD: Makefile,v 1.41 2005/09/20 19:36:13 jdolecek Exp $$'; ${ECHO} ''; \ + ( ${ECHO} '$$NetBSD: Makefile,v 1.42 2005/09/22 21:50:03 jdolecek Exp $$'; ${ECHO} ''; \ _OPERA_OPSYS=NetBSD ${MAKE} distinfo 1>&2; \ ${GREP} opera distinfo; \ _OPERA_OPSYS=FreeBSD ${MAKE} distinfo 1>&2; \ |