summaryrefslogtreecommitdiff
path: root/x11/XFree86
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-22 22:40:06 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-04-22 22:40:06 +0000
commit14e13212f913244dd6bd51d2755eead2c3eff4f7 (patch)
tree522f9fda8aba1d7961c320b79ba97eb24efab116 /x11/XFree86
parentChanges for the new bsd.port.mk (diff)
Fix a typo
Notes
Notes: svn path=/head/; revision=1498
Diffstat (limited to 'x11/XFree86')
-rw-r--r--x11/XFree86/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure
index 9ca2c4f8eed3..3fc623a55508 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/scripts/configure
@@ -28,7 +28,7 @@ if [ -f $WRKDIR/.cdrom ]; then
yesno "Is your cdrom distibution already patched? [y] ";
if [ $answ = YES ]; then
echo -n "What is the patchlevel of the distribution? [3] ";
- read pl; if [ X$pl = X ]; then pl=5; fi
+ read pl; if [ X$pl = X ]; then pl=3; fi
pl=`expr $pl + 1`
if [ $pl -lt 10 ]; then pl=0$pl; fi
else