summaryrefslogtreecommitdiff
path: root/databases/tcl-postgresql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-05-20 19:35:31 +0000
committerjlam <jlam@pkgsrc.org>2000-05-20 19:35:31 +0000
commit67359d3bb6ba14f74768c3d8d7478e614a8c6d8f (patch)
tree756c6fb4ba3c77bea0b940faf6c75f6a28057724 /databases/tcl-postgresql
parente7eaa1fbeba2a6a827809152566be4a8bbcbdbcb (diff)
downloadpkgsrc-67359d3bb6ba14f74768c3d8d7478e614a8c6d8f.tar.gz
Update tcl-postgresql to 7.0.
Diffstat (limited to 'databases/tcl-postgresql')
-rw-r--r--databases/tcl-postgresql/Makefile7
-rw-r--r--databases/tcl-postgresql/pkg/PLIST5
2 files changed, 8 insertions, 4 deletions
diff --git a/databases/tcl-postgresql/Makefile b/databases/tcl-postgresql/Makefile
index ea643e3a5ef..3a5bc860467 100644
--- a/databases/tcl-postgresql/Makefile
+++ b/databases/tcl-postgresql/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/03/18 17:45:12 jlam Exp $
+# $NetBSD: Makefile,v 1.2 2000/05/20 19:35:31 jlam Exp $
PKGNAME= tcl-${DISTNAME}
-DEPENDS+= postgresql-6.5.3:../../databases/postgresql
+DEPENDS+= postgresql-${PG_VERS}:../../databases/postgresql
DEPENDS+= tcl-8.0.5:../../lang/tcl80
TCLSH= ${LOCALBASE}/bin/tclsh8.0
@@ -34,5 +34,8 @@ do-install:
${MAKE_PROGRAM} ${MAKE_FLAGS} ${INSTALL_TARGET}
.endfor
strip ${PREFIX}/bin/pgtclsh
+ ${GTAR} zxCf ${PREFIX}/man \
+ ${WRKDIR}/${DISTNAME}/doc/man.tar.gz \
+ `${SED} -e "s/#.*//" ${FILESDIR}/man.tcl`
.include "../../databases/postgresql/Makefile.common"
diff --git a/databases/tcl-postgresql/pkg/PLIST b/databases/tcl-postgresql/pkg/PLIST
index e9fad37bfb4..19695cfaeff 100644
--- a/databases/tcl-postgresql/pkg/PLIST
+++ b/databases/tcl-postgresql/pkg/PLIST
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2000/04/21 21:16:01 jwise Exp $
+@comment $NetBSD: PLIST,v 1.3 2000/05/20 19:35:32 jlam Exp $
bin/pgtclsh
include/pgsql/libpgtcl.h
lib/libpgtcl.a
-lib/libpgtcl.so.2.0
+lib/libpgtcl.so.2.1
lib/pltcl.so
+man/man1/pgtclsh.1