summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-30 13:54:23 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-30 13:54:23 +0000
commit89f2da88a0d7e614e224e1a396563cec831498b2 (patch)
tree30446e056f060846250180357478044f98d49575 /archivers
parent49fed291e3e9a6bb96c35d5ae088c5684d55a7e9 (diff)
downloadpkgsrc-89f2da88a0d7e614e224e1a396563cec831498b2.tar.gz
CHECK_INTERPRETER_SKIP expects a filename or pattern. Fix.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/dar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/dar/Makefile b/archivers/dar/Makefile
index 247512a65f9..1263a87dbc0 100644
--- a/archivers/dar/Makefile
+++ b/archivers/dar/Makefile
@@ -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 @@ CONFIGURE_ARGS+= doxygen=no
# 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