diff options
author | jlam <jlam@pkgsrc.org> | 2000-05-20 19:35:31 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-05-20 19:35:31 +0000 |
commit | 67359d3bb6ba14f74768c3d8d7478e614a8c6d8f (patch) | |
tree | 756c6fb4ba3c77bea0b940faf6c75f6a28057724 /databases | |
parent | e7eaa1fbeba2a6a827809152566be4a8bbcbdbcb (diff) | |
download | pkgsrc-67359d3bb6ba14f74768c3d8d7478e614a8c6d8f.tar.gz |
Update tcl-postgresql to 7.0.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/tcl-postgresql/Makefile | 7 | ||||
-rw-r--r-- | databases/tcl-postgresql/pkg/PLIST | 5 |
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 |