diff options
author | darcy <darcy> | 2017-07-01 05:38:18 +0000 |
---|---|---|
committer | darcy <darcy> | 2017-07-01 05:38:18 +0000 |
commit | 72fd5ae936612d796dc344855d1e9fb119e5b1fb (patch) | |
tree | 42b480cc7cf85c82e898eaf61a7cdb7cf511b4f9 | |
parent | 5355416ab9c50a700dd2e9109b4cb3ae313daa33 (diff) | |
download | pkgsrc-72fd5ae936612d796dc344855d1e9fb119e5b1fb.tar.gz |
Correction to CONFLICTS line.
-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 |