diff options
| -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 9f72b5223c8c..719994e94934 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 aab1f00d4367..33a87ad26183 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 9f72b5223c8c..719994e94934 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 68101188e78c..26d1fa5312ee 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\ | 
