diff options
author | dsainty <dsainty> | 2007-08-31 12:05:43 +0000 |
---|---|---|
committer | dsainty <dsainty> | 2007-08-31 12:05:43 +0000 |
commit | d3e5e2f7f2b0430aec79bcf4e294063139256c79 (patch) | |
tree | 5e7d99ab5bb6a617b3069f5b186501ed45232814 /archivers/dar | |
parent | 687e45a3aa52c943b66e4ad133c026561e88c06b (diff) | |
download | pkgsrc-d3e5e2f7f2b0430aec79bcf4e294063139256c79.tar.gz |
Fix spelling in comment in revision 1.27, no functional change
Diffstat (limited to 'archivers/dar')
-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 |