pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/foomatic-ppds Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c900b35cd662
branches:  trunk
changeset: 521418:c900b35cd662
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 11 22:12:54 2006 +0000

description:
Fixed "test ==".

diffstat:

 print/foomatic-ppds/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 65090ae93a06 -r c900b35cd662 print/foomatic-ppds/Makefile
--- a/print/foomatic-ppds/Makefile      Sat Nov 11 20:12:24 2006 +0000
+++ b/print/foomatic-ppds/Makefile      Sat Nov 11 22:12:54 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:36 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2006/11/11 22:12:54 rillig Exp $
 
 .include "Makefile.common"
 
@@ -23,6 +23,8 @@
 REQD_DIRS=     share/foomatic
 PLIST_SRC=     ${WRKDIR}/PLIST_SRC
 
+CHECK_PORTABILITY_SKIP=                install
+
 do-build:
        ${CAT} ${PKGDIR}/PLIST > ${PLIST_SRC}
        cd ${WRKSRC}/share;                                             \



Home | Main Index | Thread Index | Old Index