pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/opera Set "RPM2PKGSTRIP" to "1" to get rid off the...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f1beb3724be3
branches:  trunk
changeset: 515117:f1beb3724be3
user:      tron <tron%pkgsrc.org@localhost>
date:      Sun Jun 25 12:33:26 2006 +0000

description:
Set "RPM2PKGSTRIP" to "1" to get rid off the leading "./" in filenames.
This avoids false complaints about package list problems if "CHECK_FILES"
is set to "yes".

diffstat:

 www/opera/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2d6227839d00 -r f1beb3724be3 www/opera/Makefile
--- a/www/opera/Makefile        Sun Jun 25 12:20:58 2006 +0000
+++ b/www/opera/Makefile        Sun Jun 25 12:33:26 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/06/23 14:35:17 salo Exp $
+# $NetBSD: Makefile,v 1.57 2006/06/25 12:33:26 tron Exp $
 
 DISTNAME=              opera-${OPERA_PKG_VERSION:S/u/pl/}
 CATEGORIES=            www
@@ -47,7 +47,7 @@
 OPERA_DIST_VERSION=    ${OPERA_PKG_VERSION:C/beta.*//:C/u.*//}-${OPERA_VER_DATE}.1-static-qt
 
 RPMFILES=              ${DISTFILES}
-RPM2PKGSTRIP=          0
+RPM2PKGSTRIP=          1
 
 .elif (${_OPERA_OPSYS} == FreeBSD)
 OPERA_ARCH=            .i386.freebsd



Home | Main Index | Thread Index | Old Index