pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/opera7 Don't strip leading directory off pathnames...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4ec2e559868a
branches:  trunk
changeset: 483282:4ec2e559868a
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Nov 10 09:11:06 2004 +0000

description:
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:

 www/opera7/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 5ecec5ee6056 -r 4ec2e559868a www/opera7/Makefile
--- a/www/opera7/Makefile       Wed Nov 10 09:10:46 2004 +0000
+++ b/www/opera7/Makefile       Wed Nov 10 09:11:06 2004 +0000
@@ -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 @@
 #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_DIST_VERSION=    ${OPERA_PKG_VERSION:C/beta.*//}-${OPERA_VER_DATE}.1-static-qt
 
 RPMFILES=      ${DISTFILES}
+RPM2PKGSTRIP=  0
 
 .elif (${OPSYS} == FreeBSD)
 EXTRACT_SUFX=          .tar.gz



Home | Main Index | Thread Index | Old Index