summaryrefslogtreecommitdiff
path: root/editors/vim-share
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-03-02 10:41:41 +0000
committermartti <martti@pkgsrc.org>2006-03-02 10:41:41 +0000
commit57f5f11f193467fa5e492c55395d2c0d7bf7a7a5 (patch)
treeeff74f99798c328cb3d1320372a01580c4801e88 /editors/vim-share
parent193e40a89313bea0819df75048a1002e4449c1dc (diff)
downloadpkgsrc-57f5f11f193467fa5e492c55395d2c0d7bf7a7a5.tar.gz
Fix pkglint -Wall warnings.
Diffstat (limited to 'editors/vim-share')
-rw-r--r--editors/vim-share/Makefile7
-rw-r--r--editors/vim-share/Makefile.common10
2 files changed, 10 insertions, 7 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index e6acf3555b3..cdfe0e4e02b 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/03/02 07:27:44 martti Exp $
+# $NetBSD: Makefile,v 1.19 2006/03/02 10:41:41 martti Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
PKGREVISION= 1
@@ -11,11 +11,12 @@ CONFIGURE_ARGS+= --disable-gui
INSTALL_TARGET= installruntime installmacros installtutor installtools
USE_TOOLS+= awk
-INSTALL_MAKE_FLAGS+= TOOLS_AWK="${TOOLS_AWK}"
+INSTALL_MAKE_FLAGS+= TOOLS_AWK=${TOOLS_AWK:Q}
PLIST_SUBST+= VIM_SUBDIR=${VIM_SUBDIR:Q}
do-build:
- @cd ${WRKSRC}/xxd && ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
+ @cd ${WRKSRC:Q}/xxd && \
+ ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
.include "../../mk/bsd.pkg.mk"
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