diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 08:23:21 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-09 08:23:21 +0000 |
commit | 7166a481df848ecb517504fa1f14092ecb35e2fc (patch) | |
tree | 76aac0ad3d5a249023147292a543dfb0ca83d37f /editors/vim6 | |
parent | 81e75d5a3bc199956854d86bed2201cbe8dd0e5c (diff) | |
download | ports-7166a481df848ecb517504fa1f14092ecb35e2fc.tar.gz ports-7166a481df848ecb517504fa1f14092ecb35e2fc.zip |
Notes
Diffstat (limited to 'editors/vim6')
-rw-r--r-- | editors/vim6/Makefile | 2 |
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. |