pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/aiccu Fixed "test ==".



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91230d14c4e8
branches:  trunk
changeset: 521394:91230d14c4e8
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Fri Nov 10 20:58:09 2006 +0000

description:
Fixed "test ==".

diffstat:

 net/aiccu/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 7bf9fea575b0 -r 91230d14c4e8 net/aiccu/Makefile
--- a/net/aiccu/Makefile        Fri Nov 10 20:48:41 2006 +0000
+++ b/net/aiccu/Makefile        Fri Nov 10 20:58:09 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/08/31 08:49:34 ghen Exp $
+# $NetBSD: Makefile,v 1.7 2006/11/10 20:58:09 rillig Exp $
 
 DISTNAME=              aiccu_2006.07.25
 PKGNAME=               ${DISTNAME:S/_/-/:S/.//g}
@@ -10,6 +10,7 @@
 COMMENT=               Automatic IPv6 Connectivity Client Utility
 
 USE_TOOLS+=            gmake
+CHECK_PORTABILITY_SKIP+=       debian/*
 
 SUBST_CLASSES+=                sysconfdir
 SUBST_STAGE.sysconfdir=        post-patch



Home | Main Index | Thread Index | Old Index