diff options
author | dsainty <dsainty@pkgsrc.org> | 2007-08-31 12:05:43 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2007-08-31 12:05:43 +0000 |
commit | 9881f27d9b514498f9bdfcb799758d59254a8b15 (patch) | |
tree | 5e7d99ab5bb6a617b3069f5b186501ed45232814 /archivers | |
parent | 26260e0a4b5e0593b94546d66b8a0483deee4258 (diff) | |
download | pkgsrc-9881f27d9b514498f9bdfcb799758d59254a8b15.tar.gz |
Fix spelling in comment in revision 1.27, no functional change
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 1263a87dbc0..88f949ad051 100644 --- a/archivers/dar/Makefile +++ b/archivers/dar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2007/08/30 13:54:23 joerg Exp $ +# $NetBSD: Makefile,v 1.29 2007/08/31 12:05:43 dsainty Exp $ DISTNAME= dar-2.3.4 CATEGORIES= archivers sysutils @@ -22,7 +22,7 @@ CONFIGURE_ARGS+= --enable-examples CONFIGURE_ARGS+= doxygen=no # Since these are only examples, avoid the dependencies on Bash and -# Perl. Unfortunately the interpeter replacements won't work unless +# Perl. Unfortunately the interpreter replacements won't work unless # we USE_TOOLS the two interpreters, so the samples are left as is. CHECK_INTERPRETER_SKIP+= share/dar/samples/* #USE_TOOLS+= bash:run perl:run |