summaryrefslogtreecommitdiff
path: root/databases/postgresql81
diff options
context:
space:
mode:
authormartti <martti>2006-03-21 06:39:33 +0000
committermartti <martti>2006-03-21 06:39:33 +0000
commit32a05f6cc0d88c38a5aa9ead1c8029db7d63163c (patch)
treef5af62f6e4aba24d0c107a13b6cac198becd2772 /databases/postgresql81
parentd94f294042cb69a6893f0ef0c000e1bccc0c8c01 (diff)
downloadpkgsrc-32a05f6cc0d88c38a5aa9ead1c8029db7d63163c.tar.gz
s/wip/databases/ (hi uebayasi!)
Diffstat (limited to 'databases/postgresql81')
-rw-r--r--databases/postgresql81/Makefile6
-rw-r--r--databases/postgresql81/Makefile.common4
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql81/Makefile b/databases/postgresql81/Makefile
index 3238cf90425..47f17aed2b7 100644
--- a/databases/postgresql81/Makefile
+++ b/databases/postgresql81/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
+# $NetBSD: Makefile,v 1.2 2006/03/21 06:39:33 martti Exp $
PKGNAME= postgresql81-${BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
-DEPENDS+= postgresql81-client>=${BASE_VERS}:../../wip/postgresql81-client
-DEPENDS+= postgresql81-server>=${BASE_VERS}:../../wip/postgresql81-server
+DEPENDS+= postgresql81-client>=${BASE_VERS}:../../databases/postgresql81-client
+DEPENDS+= postgresql81-server>=${BASE_VERS}:../../databases/postgresql81-server
.include "Makefile.common"
diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common
index 5841aef6b5a..5578f463a21 100644
--- a/databases/postgresql81/Makefile.common
+++ b/databases/postgresql81/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2006/03/20 14:45:49 uebayasi Exp $
+# $NetBSD: Makefile.common,v 1.2 2006/03/21 06:39:33 martti Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -9,7 +9,7 @@
# <lang>-postgresql client-side interface to PostgreSQL
# postgresql-<lang> server-side module for PostgreSQL backend
-.include "../../wip/postgresql81/Makefile.mirrors"
+.include "../../databases/postgresql81/Makefile.mirrors"
DISTNAME?= postgresql-${DIST_VERS}
CATEGORIES+= databases