summaryrefslogtreecommitdiff
path: root/databases/postgresql81
diff options
context:
space:
mode:
authoradam <adam>2007-05-04 19:44:52 +0000
committeradam <adam>2007-05-04 19:44:52 +0000
commit4211d29f0c793becd5184a72b313d4651a8a98f5 (patch)
tree8d028d5ff4f80f468114d1cc8dc9fcc8c8cf9a86 /databases/postgresql81
parentdd2f522f88bc3f5c64fd1defebe24ff9a361bb1c (diff)
downloadpkgsrc-4211d29f0c793becd5184a72b313d4651a8a98f5.tar.gz
CONFLICTS fix
Diffstat (limited to 'databases/postgresql81')
-rw-r--r--databases/postgresql81/Makefile.common8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/postgresql81/Makefile.common b/databases/postgresql81/Makefile.common
index 0353bc753e0..d1c3ba30da2 100644
--- a/databases/postgresql81/Makefile.common
+++ b/databases/postgresql81/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.11 2007/04/30 13:37:22 adam Exp $
+# $NetBSD: Makefile.common,v 1.12 2007/05/04 19:44:52 adam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -20,9 +20,9 @@ MAINTAINER?= jlam@NetBSD.org
HOMEPAGE?= http://www.postgresql.org/
CONFLICTS+= postgresql-[0-9]*
-CONFLICTS+= postgresql73-[0-9]*
-CONFLICTS+= postgresql80-[0-9]*
-CONFLICTS+= postgresql82-[0-9]*
+CONFLICTS+= postgresql73-*
+CONFLICTS+= postgresql80-*
+CONFLICTS+= postgresql82-*
DISTINFO_FILE?= ${.CURDIR}/../postgresql81/distinfo
COMMON_FILESDIR?= ${.CURDIR}/../postgresql81/files