summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authormartti <martti>2006-03-02 10:41:41 +0000
committermartti <martti>2006-03-02 10:41:41 +0000
commit0e4e970d63fcd4d253a28923c668214b9c617eb3 (patch)
treeeff74f99798c328cb3d1320372a01580c4801e88 /editors/vim
parent5f3ef8e3b02cfeae505ee6479212f73a0f5b5b0e (diff)
downloadpkgsrc-0e4e970d63fcd4d253a28923c668214b9c617eb3.tar.gz
Fix pkglint -Wall warnings.
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index da7b8e6b1b0..ad930b30d86 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.64 2006/02/10 20:56:57 heinz Exp $
+# $NetBSD: Makefile,v 1.65 2006/03/02 10:41:41 martti Exp $
PKGNAME= vim-${VIM_VERSION}.${VIM_PATCHLEVEL}
#PKGREVISION= 1
@@ -20,10 +20,10 @@ INSTALL_TARGET= installvimbin
TEST_TARGET= check
post-install:
- for f in rvim rview ; do \
- ${RM} -f ${PREFIX}/bin/$$f; \
- ${LN} -s vim ${PREFIX}/bin/$$f; \
- done
+.for f in rvim rview
+ ${RM} -f ${PREFIX:Q}/bin/${f:Q}
+ ${LN} -s vim ${PREFIX:Q}/bin/${f:Q}
+.endfor
.include "../../devel/ncurses/buildlink3.mk"
.include "../../converters/libiconv/buildlink3.mk"