diff options
author | tron <tron@pkgsrc.org> | 2006-06-25 12:33:26 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2006-06-25 12:33:26 +0000 |
commit | 0840866463395139d8f3ca19633f80b41dae9df2 (patch) | |
tree | 523ab4fee993b19d39579c9adbd24e332a4f35f3 /www | |
parent | aae0514abb315200cab6794d5f2755a5b3892cc2 (diff) | |
download | pkgsrc-0840866463395139d8f3ca19633f80b41dae9df2.tar.gz |
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 (limited to 'www')
-rw-r--r-- | www/opera/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/opera/Makefile b/www/opera/Makefile index 6878311780c..5154b847525 100644 --- a/www/opera/Makefile +++ b/www/opera/Makefile @@ -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_DIR= linux/${OPERA_PKG_VERSION_DIR}/final/${OPERA_LANG}/${OPERA_ARCH:S/./ 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 |