summaryrefslogtreecommitdiff
path: root/archivers/arj
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2006-04-12 08:28:19 +0000
committerrillig <rillig@pkgsrc.org>2006-04-12 08:28:19 +0000
commit2286718010c38e5bae740237a0e0ab66388ddf7b (patch)
tree295b2304eba92a6a0beae32e20c332c9d2ab9132 /archivers/arj
parent554064de83a68fae3037eb0989a1f33510aa805b (diff)
downloadpkgsrc-2286718010c38e5bae740237a0e0ab66388ddf7b.tar.gz
Fixed pkglint warnings.
Diffstat (limited to 'archivers/arj')
-rw-r--r--archivers/arj/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/arj/Makefile b/archivers/arj/Makefile
index f37b766a17f..9262b1aa812 100644
--- a/archivers/arj/Makefile
+++ b/archivers/arj/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2006/03/05 21:40:57 adam Exp $
+# $NetBSD: Makefile,v 1.21 2006/04/12 08:28:19 rillig Exp $
DISTNAME= arj-3.10.22
CATEGORIES= archivers
@@ -31,8 +31,8 @@ post-install:
${INSTALL_DATA_DIR} ${ARJ_DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/COPYING ${WRKSRC}/doc/debug.txt \
${ARJ_DOCSDIR}
- for i in arjl.txt arjs.txt history.txt readme.txt unix.txt; do\
- ${INSTALL_DATA} ${WRKSRC}/resource/en/$$i ${ARJ_DOCSDIR};\
- done
+.for i in arjl.txt arjs.txt history.txt readme.txt unix.txt
+ ${INSTALL_DATA} ${WRKSRC}/resource/en/${i:Q} ${ARJ_DOCSDIR}
+.endfor
.include "../../mk/bsd.pkg.mk"