summaryrefslogtreecommitdiff
path: root/editors/vim-motif
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-10-28 01:20:33 +0000
committerjoerg <joerg@pkgsrc.org>2009-10-28 01:20:33 +0000
commit618bc072b331e94a8d8804b342f53a794016b3c0 (patch)
treea2d808e7b3b92fcb20ca31053e669522108b40fd /editors/vim-motif
parent3bac9e83fe2d9f58ba66a72dde126163c046a0b4 (diff)
downloadpkgsrc-618bc072b331e94a8d8804b342f53a794016b3c0.tar.gz
Don't leak the .buildlink directory into the final binary for vim-motif.
Bump revision.
Diffstat (limited to 'editors/vim-motif')
-rw-r--r--editors/vim-motif/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/vim-motif/Makefile b/editors/vim-motif/Makefile
index 8938de9430a..00f9b69d35b 100644
--- a/editors/vim-motif/Makefile
+++ b/editors/vim-motif/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2008/03/11 10:55:03 martti Exp $
+# $NetBSD: Makefile,v 1.29 2009/10/28 01:20:33 joerg Exp $
PKGNAME= vim-motif-${VIM_VERSION}.${VIM_PATCHLEVEL}
-#PKGREVISION= 1
+PKGREVISION= 1
COMMENT= Vim editor (vi clone) with X11 Motif GUI
@@ -16,8 +16,8 @@ CONFLICTS+= vim-xaw-[0-9]* vim-kde-[0-9]*
CONFIGURE_ARGS+= --enable-gui=motif
CONFIGURE_ARGS+= --with-tlib=${BUILDLINK_LIBNAME.termcap}
-CONFIGURE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
-MAKE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR}
+CONFIGURE_ENV+= MOTIFBASE=${MOTIFBASE:Q}
+MAKE_ENV+= MOTIFBASE=${MOTIFBASE:Q}
BUILD_TARGET= vim
INSTALL_TARGET= installvimbin