diff options
author | markd <markd@pkgsrc.org> | 2004-11-10 09:11:06 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2004-11-10 09:11:06 +0000 |
commit | 30e98aee6a322f5e65a4a75883162c37d4c1de12 (patch) | |
tree | a23e88d7c19031d5be47e416187ff7db58443339 /www/opera7 | |
parent | cd58624f73d499f620a8fb9f184b8158d86b2504 (diff) | |
download | pkgsrc-30e98aee6a322f5e65a4a75883162c37d4c1de12.tar.gz |
Don't strip leading directory off pathnames in the rpm (when using the
suse91_* packages).
While here fix typo s/NO_CONFGURE/NO_CONFIGURE/
Diffstat (limited to 'www/opera7')
-rw-r--r-- | www/opera7/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/opera7/Makefile b/www/opera7/Makefile index 6d5b80b4da0..ec0747f4d83 100644 --- a/www/opera7/Makefile +++ b/www/opera7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/08/14 14:02:26 tron Exp $ +# $NetBSD: Makefile,v 1.26 2004/11/10 09:11:06 markd Exp $ DISTNAME= opera-${OPERA_PKG_VERSION} PKGREVISION= # empty @@ -23,7 +23,7 @@ LICENSE= opera-license #PKG_INSTALLATION_TYPES= overwrite pkgviews NO_BUILDLINK= YES -NO_CONFGURE= YES +NO_CONFIGURE= YES NO_TOOLS= YES USE_LANGUAGES= # empty @@ -47,6 +47,7 @@ OPERA_DIR= linux/${OPERA_PKG_VERSION:S/.//g:C/beta.*//}/final/${OPERA_LANG}/${O OPERA_DIST_VERSION= ${OPERA_PKG_VERSION:C/beta.*//}-${OPERA_VER_DATE}.1-static-qt RPMFILES= ${DISTFILES} +RPM2PKGSTRIP= 0 .elif (${OPSYS} == FreeBSD) EXTRACT_SUFX= .tar.gz |