summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz>2014-07-26 23:58:33 +0000
committerwiz <wiz>2014-07-26 23:58:33 +0000
commit348f2ca9162ef577c9941d4859203cd36bfe2bc1 (patch)
tree6a6e73fa8d0c99bf0c0198a66a71790dd0f382ff /databases
parent417a481674f80b8fb2c36151d6e2e5b85bb70d65 (diff)
downloadpkgsrc-348f2ca9162ef577c9941d4859203cd36bfe2bc1.tar.gz
Fix CONFLICTS line.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql93/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql93/Makefile.common b/databases/postgresql93/Makefile.common
index 6f66e3b38ae..e786cd273e4 100644
--- a/databases/postgresql93/Makefile.common
+++ b/databases/postgresql93/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2014/07/25 22:14:56 adam Exp $
+# $NetBSD: Makefile.common,v 1.8 2014/07/26 23:58:33 wiz Exp $
#
# used by databases/postgresql93-adminpack/Makefile
# used by databases/postgresql93-client/Makefile
@@ -37,7 +37,7 @@ CONFLICTS+= postgresql9[0124-9]-[0-9]*
.if !empty(PKGNAME:M*-*-*)
module= ${PKGNAME:C/-[0-9].*$//:C/^.*-//}
CONFLICTS+= postgresql[0-8][0-9]-${module}-[0-9]*
-CONFLICTS+= postgresql9[013-9]-${module}-[0-9]*
+CONFLICTS+= postgresql9[0124-9]-${module}-[0-9]*
.endif
DISTINFO_FILE?= ${.CURDIR}/../../databases/postgresql93/distinfo