aboutsummaryrefslogtreecommitdiff
path: root/editors/vim6
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-09 08:23:21 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-09 08:23:21 +0000
commit7166a481df848ecb517504fa1f14092ecb35e2fc (patch)
tree76aac0ad3d5a249023147292a543dfb0ca83d37f /editors/vim6
parent81e75d5a3bc199956854d86bed2201cbe8dd0e5c (diff)
downloadports-7166a481df848ecb517504fa1f14092ecb35e2fc.tar.gz
ports-7166a481df848ecb517504fa1f14092ecb35e2fc.zip
Notes
Diffstat (limited to 'editors/vim6')
-rw-r--r--editors/vim6/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vim6/Makefile b/editors/vim6/Makefile
index ab5e2e531fb3..3ae6b1e50d7f 100644
--- a/editors/vim6/Makefile
+++ b/editors/vim6/Makefile
@@ -140,7 +140,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|${LOCALBASE}|g' \
+ s|/usr/local|${LOCALBASE}|g; s|/usr/X11R6|${X11BASE}|g '\
${WRKSRC}/auto/configure
# Clean up junk files to keep them from being installed.