summaryrefslogtreecommitdiff
path: root/japanese/postgresql7/scripts/configure.postgresql
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-06-13 15:30:50 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-06-13 15:30:50 +0000
commit0c9552f0219d5dd8bd233369cb4e4cce417b4518 (patch)
treec32989344161686aa260d203acf507371fbb3ebd /japanese/postgresql7/scripts/configure.postgresql
parentupgrade to 1.0008 (diff)
Sync with databases/postgresql7/scripts/configure.postgresql rev.1.7.
Notes
Notes: svn path=/head/; revision=43945
Diffstat (limited to '')
-rw-r--r--japanese/postgresql7/scripts/configure.postgresql6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/postgresql7/scripts/configure.postgresql b/japanese/postgresql7/scripts/configure.postgresql
index 26d1fa5312ee..37ca5f2ec235 100644
--- a/japanese/postgresql7/scripts/configure.postgresql
+++ b/japanese/postgresql7/scripts/configure.postgresql
@@ -2,7 +2,7 @@
# -*- tab-width: 4; -*-
# ex:ts=4
#
-# $FreeBSD: /tmp/pcvs/ports/japanese/postgresql7/scripts/Attic/configure.postgresql,v 1.2 2001-06-13 03:14:36 knu Exp $
+# $FreeBSD: /tmp/pcvs/ports/japanese/postgresql7/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