diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2003-11-14 19:55:13 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2003-11-14 19:55:13 +0000 |
commit | 9e24cef2ecc446d6e25c96cd247f0c1f2bafec9a (patch) | |
tree | d1eef9305e8cdbaf72a24933e75cc66b315734fb /www/opera7 | |
parent | 5267811ff80198413018b67c0ad50a89da272b60 (diff) | |
download | pkgsrc-9e24cef2ecc446d6e25c96cd247f0c1f2bafec9a.tar.gz |
Introduce OPERA_LANG=en and use it instead of 'en' where appropriate
Done same way as suggested update patch in pkg/23437 by Hideyuki KURASHINA
Diffstat (limited to 'www/opera7')
-rw-r--r-- | www/opera7/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/opera7/Makefile b/www/opera7/Makefile index f7209ef1244..3761cda7e68 100644 --- a/www/opera7/Makefile +++ b/www/opera7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/11/14 19:45:54 jdolecek Exp $ +# $NetBSD: Makefile,v 1.11 2003/11/14 19:55:13 jdolecek Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} PKGREVISION= # empty @@ -11,7 +11,7 @@ MASTER_SITES= http://www.panix.com/opera/files/linux/${OPERA_DIR}/ \ ftp://ftp.tuwien.ac.at/infosys/browsers/opera/linux/${OPERA_DIR}/ \ ftp://ftp.opera.com/pub/opera/linux/ EXTRACT_SUFX= .rpm -DISTFILES= opera-${OPERA_DIST_VERSION}.${OPERA_ARCH}-en${EXTRACT_SUFX} +DISTFILES= opera-${OPERA_DIST_VERSION}.${OPERA_ARCH}-${OPERA_LANG}${EXTRACT_SUFX} MAINTAINER= jdolecek@NetBSD.org HOMEPAGE= http://www.opera.com/ @@ -43,7 +43,8 @@ DEPENDS+= suse_openmotif>=7.3:../../emulators/${SUSE_DIR_PREFIX}_openmotif OPERA_ARCH= i386 OPERA_PKG_VERSION= 7.22 -OPERA_DIR= ${OPERA_PKG_VERSION:S/.//g:C/beta.*//}/final/en/i386/static +OPERA_LANG= en +OPERA_DIR= ${OPERA_PKG_VERSION:S/.//g:C/beta.*//}/final/${OPERA_LANG}/${OPERA_ARCH}/static OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/beta.*//}-20031103.1-static-qt .endif |