summaryrefslogtreecommitdiff
path: root/editors/vim-share/Makefile.common
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-share/Makefile.common
parent5f3ef8e3b02cfeae505ee6479212f73a0f5b5b0e (diff)
downloadpkgsrc-0e4e970d63fcd4d253a28923c668214b9c617eb3.tar.gz
Fix pkglint -Wall warnings.
Diffstat (limited to 'editors/vim-share/Makefile.common')
-rw-r--r--editors/vim-share/Makefile.common10
1 files changed, 6 insertions, 4 deletions
diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common
index 0ad15cfccca..a86710b8a98 100644
--- a/editors/vim-share/Makefile.common
+++ b/editors/vim-share/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2006/03/02 07:27:44 martti Exp $
+# $NetBSD: Makefile.common,v 1.56 2006/03/02 10:41:41 martti Exp $
.include "../../editors/vim-share/version.mk"
@@ -9,7 +9,7 @@ CATEGORIES= editors
MASTER_SITES= ftp://ftp.vim.org/pub/editors/vim/unix/ \
ftp://ftp.fu-berlin.de/misc/editors/vim/unix/ \
ftp://ftp.twics.co.jp/pub/vim/unix/
-SITES_vim-${VIM_VERSION}-lang.tar.gz= ftp://ftp.vim.org/pub/vim/extra/
+SITES_vim-${VIM_VERSION}-lang.tar.gz= ftp://ftp.vim.org/pub/vim/extra/
DIST_SUBDIR= vim
EXTRACT_SUFX= .tar.bz2
@@ -24,14 +24,16 @@ CONFLICTS+= vim-kde-[0-9]*
WRKSRC= ${WRKDIR}/${VIM_SUBDIR}/src
GNU_CONFIGURE= yes
+.include "../../mk/bsd.prefs.mk"
+
# See "configure --help" extra options. These might affect the installed
# files (and PLIST might not include all files) so use at your own risk!
CONFIGURE_ARGS+= ${VIM_EXTRA_OPTS}
CONFIGURE_ARGS+= --enable-multibyte
-PATCH_ARGS= -d ${WRKDIR}/${VIM_SUBDIR} --forward --quiet \
+PATCH_ARGS= -d ${WRKDIR:Q}/${VIM_SUBDIR:Q} --forward --quiet \
-E ${PATCH_STRIP}
-PATCH_DIST_ARGS= -d ${WRKDIR}/${VIM_SUBDIR} --forward --quiet \
+PATCH_DIST_ARGS= -d ${WRKDIR:Q}/${VIM_SUBDIR:Q} --forward --quiet \
-E ${PATCH_DIST_STRIP}
PATCHDIR?= ${.CURDIR}/../../editors/vim-share/patches
DISTINFO_FILE?= ${.CURDIR}/../../editors/vim-share/distinfo