pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kdelibdocs3 Add SKIP_PORTABILITY_CHECK=yes. Most ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/512204e90b30
branches:  trunk
changeset: 520189:512204e90b30
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Oct 17 06:59:24 2006 +0000

description:
Add SKIP_PORTABILITY_CHECK=yes.  Most files unpacked in this package are
unused so don't care about them.  Any real portability issues will be
picked up by the portability check for kdelibs3.

diffstat:

 x11/kdelibdocs3/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 71ff0e5ca0b2 -r 512204e90b30 x11/kdelibdocs3/Makefile
--- a/x11/kdelibdocs3/Makefile  Tue Oct 17 06:44:37 2006 +0000
+++ b/x11/kdelibdocs3/Makefile  Tue Oct 17 06:59:24 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2006/10/12 10:37:43 markd Exp $
+# $NetBSD: Makefile,v 1.43 2006/10/17 06:59:24 markd Exp $
 
 DISTNAME=      kdelibs-${_KDE_VERSION}
 PKGNAME=       kdelibdocs-${_KDE_VERSION}
@@ -16,6 +16,7 @@
 INSTALL_TARGET=                install-data-local
 
 UNLIMIT_RESOURCES+=    datasize
+SKIP_PORTABILITY_CHECK=        yes
 
 post-install:
        cd ${WRKSRC};                                                   \



Home | Main Index | Thread Index | Old Index