Sync with databases/postgresql7/scripts/configure.postgresql rev.1.7.

This commit is contained in:
Akinori MUSHA 2001-06-13 15:30:50 +00:00
parent 524581f4de
commit 0c9552f021
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43945
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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