pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/dar CHECK_INTERPRETER_SKIP expects a filenam...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/254341b2e6b8
branches:  trunk
changeset: 532759:254341b2e6b8
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Aug 30 13:54:23 2007 +0000

description:
CHECK_INTERPRETER_SKIP expects a filename or pattern. Fix.

diffstat:

 archivers/dar/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 03113e5ce4f5 -r 254341b2e6b8 archivers/dar/Makefile
--- a/archivers/dar/Makefile    Thu Aug 30 13:46:03 2007 +0000
+++ b/archivers/dar/Makefile    Thu Aug 30 13:54:23 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2007/08/20 12:36:24 dsainty Exp $
+# $NetBSD: Makefile,v 1.28 2007/08/30 13:54:23 joerg Exp $
 
 DISTNAME=      dar-2.3.4
 CATEGORIES=    archivers sysutils
@@ -24,7 +24,7 @@
 # Since these are only examples, avoid the dependencies on Bash and
 # Perl.  Unfortunately the interpeter replacements won't work unless
 # we USE_TOOLS the two interpreters, so the samples are left as is.
-CHECK_INTERPRETER_SKIP+=       share/dar/samples
+CHECK_INTERPRETER_SKIP+=       share/dar/samples/*
 #USE_TOOLS+=           bash:run perl:run
 #REPLACE_PERL+=                doc/samples/dar_backup
 #REPLACE_BASH+=                doc/samples/*.bash doc/samples/clust*.sh



Home | Main Index | Thread Index | Old Index