summaryrefslogtreecommitdiff
path: root/lang/pike70
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2004-03-10 06:21:56 +0000
committerMark Linimon <linimon@FreeBSD.org>2004-03-10 06:21:56 +0000
commitf47ee00dd937698f2aebeca556aacdb736e10ebd (patch)
tree6fab39eb3d22d0e30ef263b21d46faa558500fe6 /lang/pike70
parentUpdate to 0.3.0 and add SIZE. (diff)
Label the configuration dialog.
PR: ports/63097 Submitted by: Ken Stailey <kstailey@yahoo.com>
Notes
Notes: svn path=/head/; revision=103498
Diffstat (limited to 'lang/pike70')
-rw-r--r--lang/pike70/scripts/configure.pike2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/pike70/scripts/configure.pike b/lang/pike70/scripts/configure.pike
index ae4798790bb2..e72e2c0acdfd 100644
--- a/lang/pike70/scripts/configure.pike
+++ b/lang/pike70/scripts/configure.pike
@@ -4,7 +4,7 @@ if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
fi
-/usr/bin/dialog --title "configuration options" --clear \
+/usr/bin/dialog --title "Pike configuration options" --clear \
--checklist "\n\
Please select desired options:" -1 -1 11 \
FreeType "TrueType font rendering" OFF \