summaryrefslogtreecommitdiff
path: root/databases/postgresql81/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql81/Makefile.common')
-rw-r--r--databases/postgresql81/Makefile.common4
1 files changed, 2 insertions, 2 deletions
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