aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1995-02-21 06:14:46 +0800
committerjmz <jmz@FreeBSD.org>1995-02-21 06:14:46 +0800
commita0a815dbd69d87346b52c5d515f45bb5b518830b (patch)
treeae16fa164a3811a25f0e294fa98f2297bf91607c /x11/XFree86-4
parent6c680ee6e8583af0794f7009305f4ac4f34d4e01 (diff)
downloadfreebsd-ports-gnome-a0a815dbd69d87346b52c5d515f45bb5b518830b.tar.gz
freebsd-ports-gnome-a0a815dbd69d87346b52c5d515f45bb5b518830b.tar.zst
freebsd-ports-gnome-a0a815dbd69d87346b52c5d515f45bb5b518830b.zip
Correct a typo which caused the W32 server always to be installed
Diffstat (limited to 'x11/XFree86-4')
-rw-r--r--x11/XFree86-4/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index 3cbbd40ebe91..6c7d84ec2671 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -83,7 +83,7 @@ echo -n "default server to install. [none] "
read answ
if [ X$answ = X ]; then answ=none; fi
if [ $answ != none ]; then
- echo "#define ServerToInstall XF86_$i" >>$F
+ echo "#define ServerToInstall XF86_$answ" >>$F
fi
cat >> $F <<END