diff options
author | adam <adam@pkgsrc.org> | 2007-05-04 20:04:06 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2007-05-04 20:04:06 +0000 |
commit | db63a72851351a9a1b0e2506624518dcdc5d4a8d (patch) | |
tree | fbec291b57dbea43e5b001aed342583f8b1bf74e /databases/postgresql80 | |
parent | 30df350add030521af589dc22a5c89b3771bb831 (diff) | |
download | pkgsrc-db63a72851351a9a1b0e2506624518dcdc5d4a8d.tar.gz |
CONFLICTS and PLIST fix
Diffstat (limited to 'databases/postgresql80')
-rw-r--r-- | databases/postgresql80/Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common index 35e1ed88473..b5bc11b03b7 100644 --- a/databases/postgresql80/Makefile.common +++ b/databases/postgresql80/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.28 2007/04/30 13:37:36 adam Exp $ +# $NetBSD: Makefile.common,v 1.29 2007/05/04 20:04:06 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -23,10 +23,10 @@ HOMEPAGE?= http://www.postgresql.org/ MASTER_SORT_REGEX= ${MASTER_SORT:S/./\\./g:C/.*/:\/\/[^[\/]*&\/ :\/\/[^\/]*&\\./} CONFLICTS+= postgresql-[0-9]* -CONFLICTS+= postgresql73-[0-9]* -CONFLICTS+= postgresql74-[0-9]* -CONFLICTS+= postgresql81-[0-9]* -CONFLICTS+= postgresql82-[0-9]* +CONFLICTS+= postgresql73-* +CONFLICTS+= postgresql74-* +CONFLICTS+= postgresql81-* +CONFLICTS+= postgresql82-* DISTINFO_FILE?= ${.CURDIR}/../postgresql80/distinfo COMMON_FILESDIR?= ${.CURDIR}/../postgresql80/files |