diff options
author | darcy <darcy@pkgsrc.org> | 2017-07-01 05:38:18 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2017-07-01 05:38:18 +0000 |
commit | 6c6bc59a7ee6a339ef7218897dcc4a33f33e6d43 (patch) | |
tree | 9a2018d90e7eab4c81b263fdd434d371e9435e7e /net/Radicale | |
parent | b9a8201b78dcac721276fe9a04580dd5dff71067 (diff) | |
download | pkgsrc-6c6bc59a7ee6a339ef7218897dcc4a33f33e6d43.tar.gz |
Correction to CONFLICTS line.
Diffstat (limited to 'net/Radicale')
-rw-r--r-- | net/Radicale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/Radicale/Makefile b/net/Radicale/Makefile index a2e47b55e68..f8bb68392e2 100644 --- a/net/Radicale/Makefile +++ b/net/Radicale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2017/07/01 05:31:59 darcy Exp $ +# $NetBSD: Makefile,v 1.21 2017/07/01 05:38:18 darcy Exp $ DISTNAME= Radicale-1.1.4 CATEGORIES= net time www @@ -15,7 +15,7 @@ RADICALE_USER?= www RADICALE_GROUP?= www PKG_GROUPS= ${RADICALE_GROUP} PKG_USERS= ${RADICALE_USER}:${RADICALE_GROUP} -CONFLICTS+= Radicale2-[0-9]* +CONFLICTS+= Radicale-[2-9]* INSTALLATION_DIRS= ${EGDIR} OWN_DIRS= ${PKG_SYSCONFDIR}/radicale |