summaryrefslogtreecommitdiff
path: root/editors/vim
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-12-28 22:46:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-12-28 22:46:29 +0000
commit19bec80a666434c08936657cdd402a938106f867 (patch)
tree400aeb66f7cff84167f0a975fa3061bbd078827d /editors/vim
parentUpdate to Vim 6.4 patchlevel 6 (diff)
[Try to] Look for dependcancies in ${LOCALBASE}.
Notes
Notes: svn path=/head/; revision=152314
Diffstat (limited to 'editors/vim')
-rw-r--r--editors/vim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim/Makefile b/editors/vim/Makefile
index da17b34f87ac..0154e43130c8 100644
--- a/editors/vim/Makefile
+++ b/editors/vim/Makefile
@@ -141,7 +141,7 @@ pre-configure:
@${REINPLACE_CMD} -e ' \
s|\$$gtk_config_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \
s|\$$gtk_config_exec_prefix/bin/gtk-config|\$${GTK_CONFIG}|g; \
- s|/usr/local|${PREFIX}|g' \
+ s|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/auto/configure
# Clean up junk files to keep them from being installed.