summaryrefslogtreecommitdiff
path: root/www/opera7
diff options
context:
space:
mode:
authorjdolecek <jdolecek>2003-11-14 19:55:13 +0000
committerjdolecek <jdolecek>2003-11-14 19:55:13 +0000
commit1b90f272b4e2d1baa1ac30f2423cf6dd8c9227c7 (patch)
treed1eef9305e8cdbaf72a24933e75cc66b315734fb /www/opera7
parent33dc008252a148a260e69766a7129a253ecdff43 (diff)
downloadpkgsrc-1b90f272b4e2d1baa1ac30f2423cf6dd8c9227c7.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/Makefile7
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