pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dante Skip a file we don't care about in the porta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63490ea5956c
branches:  trunk
changeset: 522551:63490ea5956c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Tue Dec 12 19:34:06 2006 +0000

description:
Skip a file we don't care about in the portability check.

diffstat:

 net/dante/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r d3a7d8505a79 -r 63490ea5956c net/dante/Makefile
--- a/net/dante/Makefile        Tue Dec 12 19:31:37 2006 +0000
+++ b/net/dante/Makefile        Tue Dec 12 19:34:06 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/05/26 08:50:13 adam Exp $
+# $NetBSD: Makefile,v 1.19 2006/12/12 19:34:06 joerg Exp $
 
 DISTNAME=      dante-1.1.19
 CATEGORIES=    net security
@@ -15,6 +15,8 @@
 CONFIGURE_ARGS+=       --with-socks-conf=${PKG_SYSCONFDIR}/socks.conf
 CONFIGURE_ARGS+=       --with-sockd-conf=${PKG_SYSCONFDIR}/sockd.conf
 
+CHECK_PORTABILITY_SKIP=        contrib/StartupItems.Dante
+
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dante
 .for cfg in sockd.conf socks-simple.conf socks.conf



Home | Main Index | Thread Index | Old Index