summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql80-client/Makefile4
-rw-r--r--databases/postgresql80-docs/Makefile4
-rw-r--r--databases/postgresql80-lib/Makefile4
-rw-r--r--databases/postgresql80-lib/buildlink3.mk4
-rw-r--r--databases/postgresql80-server/Makefile8
-rw-r--r--databases/postgresql80/Makefile6
6 files changed, 15 insertions, 15 deletions
diff --git a/databases/postgresql80-client/Makefile b/databases/postgresql80-client/Makefile
index 9ef65f164ed..72d2c40c0ab 100644
--- a/databases/postgresql80-client/Makefile
+++ b/databases/postgresql80-client/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/06 12:32:05 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/06 13:21:45 taca Exp $
PKGNAME= postgresql80-client-${BASE_VERS}
PKGREVISION= # empty
COMMENT= PostgreSQL database client programs
-.include "../../wip/postgresql80/Makefile.common"
+.include "../../databases/postgresql80/Makefile.common"
# XXX work around core dumps with the native libedit
USE_GNU_READLINE= yes
diff --git a/databases/postgresql80-docs/Makefile b/databases/postgresql80-docs/Makefile
index 938354cd5f7..bf77e3b83d0 100644
--- a/databases/postgresql80-docs/Makefile
+++ b/databases/postgresql80-docs/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/06 12:32:05 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/06 13:21:45 taca Exp $
PKGNAME= postgresql80-docs-${BASE_VERS}
COMMENT= PostgreSQL database system documentation
-.include "../../wip/postgresql80/Makefile.common"
+.include "../../databases/postgresql80/Makefile.common"
NO_BUILD= yes
NO_BUILDLINK= yes
diff --git a/databases/postgresql80-lib/Makefile b/databases/postgresql80-lib/Makefile
index 5c9c245edc9..98684818086 100644
--- a/databases/postgresql80-lib/Makefile
+++ b/databases/postgresql80-lib/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/06 12:32:06 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/06 13:21:45 taca Exp $
PKGNAME= postgresql80-lib-${BASE_VERS}
PKGREVISION= # empty
COMMENT= PostgreSQL database headers and libraries
-.include "../../wip/postgresql80/Makefile.common"
+.include "../../databases/postgresql80/Makefile.common"
CONFIGURE_ARGS+= --with-openssl
diff --git a/databases/postgresql80-lib/buildlink3.mk b/databases/postgresql80-lib/buildlink3.mk
index 911990ece45..d22beaf905c 100644
--- a/databases/postgresql80-lib/buildlink3.mk
+++ b/databases/postgresql80-lib/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.1.1.1 2005/02/06 12:32:06 jdolecek Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2005/02/06 13:21:45 taca Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
POSTGRESQL80_LIB_BUILDLINK3_MK:= ${POSTGRESQL80_LIB_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= postgresql80-lib
.if !empty(POSTGRESQL80_LIB_BUILDLINK3_MK:M+)
BUILDLINK_DEPENDS.postgresql80-lib+= postgresql80-lib>=8.0.0beta4
-BUILDLINK_PKGSRCDIR.postgresql80-lib?= ../../wip/postgresql80-lib
+BUILDLINK_PKGSRCDIR.postgresql80-lib?= ../../databases/postgresql80-lib
BUILDLINK_INCDIRS.postgresql80-lib+= pgsql80/include
BUILDLINK_LIBDIRS.postgresql80-lib+= pgsql80/lib
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index 5ae50325f47..459a6044624 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -1,15 +1,15 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/02/06 12:32:06 jdolecek Exp $
+# $NetBSD: Makefile,v 1.2 2005/02/06 13:21:45 taca Exp $
PKGNAME= postgresql80-server-${BASE_VERS}
PKGREVISION= # empty
COMMENT= PostgreSQL database server programs
-DEPENDS+= postgresql80-client>=${BASE_VERS}:../../wip/postgresql80-client
+DEPENDS+= postgresql80-client>=${BASE_VERS}:../../databases/postgresql80-client
# mips has no TAS implementation
NOT_FOR_PLATFORM= *-*-mips
-.include "../../wip/postgresql80/Makefile.common"
+.include "../../databases/postgresql80/Makefile.common"
USE_PKGINSTALL= yes
DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/DEINSTALL
@@ -76,5 +76,5 @@ post-install:
cd ${PG_DIR}/man && ${TAR} -zxm -T ${WRKDIR}/man_tar \
-f ${WRKSRC}/doc/man.tar.gz
-.include "../../wip/postgresql80-lib/buildlink3.mk"
+.include "../../databases/postgresql80-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/databases/postgresql80/Makefile b/databases/postgresql80/Makefile
index 2d29f27c5e9..7542850e247 100644
--- a/databases/postgresql80/Makefile
+++ b/databases/postgresql80/Makefile
@@ -2,9 +2,9 @@
PKGNAME= postgresql80-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
-DEPENDS+= postgresql80-client>=${BASE_VERS}:../../wip/postgresql80-client
-DEPENDS+= postgresql80-server>=${BASE_VERS}:../../wip/postgresql80-server
-DEPENDS+= postgresql80-docs>=${BASE_VERS}:../../wip/postgresql80-docs
+DEPENDS+= postgresql80-client>=${BASE_VERS}:../../databases/postgresql80-client
+DEPENDS+= postgresql80-server>=${BASE_VERS}:../../databases/postgresql80-server
+DEPENDS+= postgresql80-docs>=${BASE_VERS}:../../databases/postgresql80-docs
.include "Makefile.common"