diff options
author | swills <swills@FreeBSD.org> | 2011-01-07 20:14:55 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2011-01-07 20:14:55 +0800 |
commit | 2492ec53751c10f771857eb32c5b70f169545c88 (patch) | |
tree | b5fb8262b3f290404a52fee25d52045851c62504 /sysutils/cronolog | |
parent | 65525bfbc3c6f644467cce6610897e6819e12f4f (diff) | |
download | freebsd-ports-gnome-2492ec53751c10f771857eb32c5b70f169545c88.tar.gz freebsd-ports-gnome-2492ec53751c10f771857eb32c5b70f169545c88.tar.zst freebsd-ports-gnome-2492ec53751c10f771857eb32c5b70f169545c88.zip |
- Add conflict for cronolog-devel
Approved by: wxs (mentor)
Diffstat (limited to 'sysutils/cronolog')
-rw-r--r-- | sysutils/cronolog/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/cronolog/Makefile b/sysutils/cronolog/Makefile index 656a197791e2..24c6128caf19 100644 --- a/sysutils/cronolog/Makefile +++ b/sysutils/cronolog/Makefile @@ -7,13 +7,15 @@ PORTNAME= cronolog PORTVERSION= 1.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://cronolog.org/download/ MAINTAINER= ports@FreeBSD.org COMMENT= A web log rotation utility that provides datestamp filenames +CONFLICTS_INSTALL= cronolog-devel-[0-9]* + INFO= cronolog MAN1= cronolog.1m cronosplit.1m |