diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-13 15:30:50 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-06-13 15:30:50 +0000 |
commit | 0c9552f0219d5dd8bd233369cb4e4cce417b4518 (patch) | |
tree | c32989344161686aa260d203acf507371fbb3ebd /japanese/postgresql-tcltk | |
parent | upgrade to 1.0008 (diff) |
Sync with databases/postgresql7/scripts/configure.postgresql rev.1.7.
Notes
Notes:
svn path=/head/; revision=43945
Diffstat (limited to 'japanese/postgresql-tcltk')
-rw-r--r-- | japanese/postgresql-tcltk/scripts/configure.postgresql | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/postgresql-tcltk/scripts/configure.postgresql b/japanese/postgresql-tcltk/scripts/configure.postgresql index 33a87ad26183..6215d5b6dad3 100644 --- a/japanese/postgresql-tcltk/scripts/configure.postgresql +++ b/japanese/postgresql-tcltk/scripts/configure.postgresql @@ -2,7 +2,7 @@ # -*- tab-width: 4; -*- # ex:ts=4 # -# $FreeBSD: /tmp/pcvs/ports/japanese/postgresql-tcltk/scripts/Attic/configure.postgresql,v 1.2 2001-06-13 03:14:36 knu Exp $ +# $FreeBSD: /tmp/pcvs/ports/japanese/postgresql-tcltk/scripts/Attic/configure.postgresql,v 1.3 2001-06-13 15:30:50 knu Exp $ # if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then exit @@ -15,7 +15,7 @@ if [ ! "${BATCH}" ]; then fi if [ "${BATCH}" ]; then - set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\" + set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TCLTK\" else /usr/bin/dialog --title "configuration options" --clear \ --checklist "\n\ @@ -47,7 +47,7 @@ KRB5 "Kerberos 5" OFF \ esac fi -${MKDIR} -p ${WRKDIRPREFIX}${CURDIR} +${MKDIR} ${WRKDIRPREFIX}${CURDIR} exec > ${WRKDIRPREFIX}${CURDIR}/Makefile.inc while [ "$1" ]; do |