summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-07-26 23:58:33 +0000
committerwiz <wiz@pkgsrc.org>2014-07-26 23:58:33 +0000
commit8eb2b2204e5b746d907595ade94b1227e0aa61ef (patch)
tree6a6e73fa8d0c99bf0c0198a66a71790dd0f382ff /databases
parentc2ef5c42759f2a572a537de81942aed17f23ceff (diff)
downloadpkgsrc-8eb2b2204e5b746d907595ade94b1227e0aa61ef.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