aboutsummaryrefslogtreecommitdiff
path: root/japanese/postgresql7/scripts
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
parent524581f4de93c24a8e8fe3051baf4e104d4bf7c9 (diff)
downloadports-0c9552f0219d5dd8bd233369cb4e4cce417b4518.tar.gz
ports-0c9552f0219d5dd8bd233369cb4e4cce417b4518.zip
Notes
Diffstat (limited to 'japanese/postgresql7/scripts')
-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