From 45119a5d026a6477410b256a2884a23295c14fcb Mon Sep 17 00:00:00 2001 From: todd Date: Fri, 3 Jan 2003 14:24:55 +0000 Subject: [PATCH] PKGNAME-tcl= .. from naddy@ .. thanks! --- databases/postgresql/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile index 22fa46e047d..5e1d2e509d9 100644 --- a/databases/postgresql/Makefile +++ b/databases/postgresql/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.61 2003/01/02 14:48:23 todd Exp $ +# $OpenBSD: Makefile,v 1.62 2003/01/03 14:24:55 todd Exp $ COMMENT= "PostgreSQL RDBMS" COMMENT-tcl= "PostgreSQL RDBMS tcl libraries and utilities" @@ -9,6 +9,7 @@ VERSION= 7.3 DISTNAME= postgresql-${VERSION} PKGNAME-clients=postgresql-clients-${VERSION} PKGNAME-docs= postgresql-docs-${VERSION} +PKGNAME-tcl= postgresql-tcl-${VERSION} CATEGORIES= databases HOMEPAGE= http://www.postgresql.org/