diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-01-07 12:14:55 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-01-07 12:14:55 +0000 |
commit | 6a66f20b714271de052af60dca3c32c87daa97e8 (patch) | |
tree | 72a220ed06e73213281d6ae8c2d398ce7a9d8466 /sysutils/cronolog/Makefile | |
parent | 15e60888c2e09e8b78cf5953665e6b0e3865e427 (diff) | |
download | ports-6a66f20b714271de052af60dca3c32c87daa97e8.tar.gz ports-6a66f20b714271de052af60dca3c32c87daa97e8.zip |
Notes
Diffstat (limited to 'sysutils/cronolog/Makefile')
-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 |