diff options
author | wiz <wiz@pkgsrc.org> | 2014-07-26 23:58:33 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-07-26 23:58:33 +0000 |
commit | 78a937b996a0ea031d9f678aafcfb0e2a6e80c2f (patch) | |
tree | 6a6e73fa8d0c99bf0c0198a66a71790dd0f382ff /databases | |
parent | 2353eca79720cc5144a9e43bd7e21f64363eef91 (diff) | |
download | pkgsrc-78a937b996a0ea031d9f678aafcfb0e2a6e80c2f.tar.gz |
Fix CONFLICTS line.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/postgresql93/Makefile.common | 4 |
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 |