diff options
author | knu <knu@FreeBSD.org> | 2001-06-13 03:14:36 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-06-13 03:14:36 +0000 |
commit | caddd2b1a36575e369879d4eec4cc9395b9ddea9 (patch) | |
tree | 40f6e95a031e04fcd66d8940026cddee8b481d45 /japanese | |
parent | 7483593e41c782d33e3374133d46fd9eb9a27f81 (diff) | |
download | FreeBSD-ports-caddd2b1a36575e369879d4eec4cc9395b9ddea9.zip FreeBSD-ports-caddd2b1a36575e369879d4eec4cc9395b9ddea9.tar.gz |
Turn Tcl/Tk support on when BATCH is defined.
Fix wrong Makefile.inc location. (that I mistakenly modified)
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/postgresql-tcltk/Makefile | 2 | ||||
-rw-r--r-- | japanese/postgresql-tcltk/scripts/configure.postgresql | 4 | ||||
-rw-r--r-- | japanese/postgresql7/Makefile | 2 | ||||
-rw-r--r-- | japanese/postgresql7/scripts/configure.postgresql | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/japanese/postgresql-tcltk/Makefile b/japanese/postgresql-tcltk/Makefile index 9f72b52..719994e 100644 --- a/japanese/postgresql-tcltk/Makefile +++ b/japanese/postgresql-tcltk/Makefile @@ -190,7 +190,7 @@ post-install: .endif post-clean: - @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc + @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc post-extract: ${POSTEXTRACT} diff --git a/japanese/postgresql-tcltk/scripts/configure.postgresql b/japanese/postgresql-tcltk/scripts/configure.postgresql index aab1f00..33a87ad 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.1 2001-05-08 12:36:01 knu Exp $ +# $FreeBSD: /tmp/pcvs/ports/japanese/postgresql-tcltk/scripts/Attic/configure.postgresql,v 1.2 2001-06-13 03:14:36 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\" + set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\" else /usr/bin/dialog --title "configuration options" --clear \ --checklist "\n\ diff --git a/japanese/postgresql7/Makefile b/japanese/postgresql7/Makefile index 9f72b52..719994e 100644 --- a/japanese/postgresql7/Makefile +++ b/japanese/postgresql7/Makefile @@ -190,7 +190,7 @@ post-install: .endif post-clean: - @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/work/Makefile.inc + @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc post-extract: ${POSTEXTRACT} diff --git a/japanese/postgresql7/scripts/configure.postgresql b/japanese/postgresql7/scripts/configure.postgresql index 6810118..26d1fa5 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.1 2001-05-08 12:36:01 knu Exp $ +# $FreeBSD: /tmp/pcvs/ports/japanese/postgresql7/scripts/Attic/configure.postgresql,v 1.2 2001-06-13 03:14:36 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\" + set \"MultiByte\" \"ODBC\" \"SSL\" \"TCL\" \"TK\" else /usr/bin/dialog --title "configuration options" --clear \ --checklist "\n\ |