diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-30 13:54:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-30 13:54:23 +0000 |
commit | 89f2da88a0d7e614e224e1a396563cec831498b2 (patch) | |
tree | 30446e056f060846250180357478044f98d49575 /archivers | |
parent | 49fed291e3e9a6bb96c35d5ae088c5684d55a7e9 (diff) | |
download | pkgsrc-89f2da88a0d7e614e224e1a396563cec831498b2.tar.gz |
CHECK_INTERPRETER_SKIP expects a filename or pattern. Fix.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/dar/Makefile | 4 |
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 |