aboutsummaryrefslogtreecommitdiffstats
path: root/editors/vim
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2005-12-29 06:46:29 +0800
committerobrien <obrien@FreeBSD.org>2005-12-29 06:46:29 +0800
commit728fa04c265423b8104b3fb4e471dc1f317ab8ec (patch)
tree1a3904b2fcafaeaf9bea74ffb1ae77cacb25d4dd /editors/vim
parent6e018900a0430690b91a91a644ae82ecabad1c80 (diff)
downloadfreebsd-ports-graphics-728fa04c265423b8104b3fb4e471dc1f317ab8ec.tar.gz
freebsd-ports-graphics-728fa04c265423b8104b3fb4e471dc1f317ab8ec.tar.zst
freebsd-ports-graphics-728fa04c265423b8104b3fb4e471dc1f317ab8ec.zip
[Try to] Look for dependcancies in ${LOCALBASE}.
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 da17b34f87a..0154e43130c 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.