summaryrefslogtreecommitdiff
path: root/editors/vim-motif
diff options
context:
space:
mode:
authorjoerg <joerg>2009-10-28 01:20:33 +0000
committerjoerg <joerg>2009-10-28 01:20:33 +0000
commitbbec7432ecd568a1d122ee78f8258a33a6cba5b0 (patch)
treea2d808e7b3b92fcb20ca31053e669522108b40fd /editors/vim-motif
parent715fc080cd6591a95d6a02e799e5752dede2be42 (diff)
downloadpkgsrc-bbec7432ecd568a1d122ee78f8258a33a6cba5b0.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