diff options
Diffstat (limited to 'www')
-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; \ |