Skip to content

Commit

Permalink
sysutils/cronolog-devel: Move manpages to share/man
Browse files Browse the repository at this point in the history
PR:		277322
  • Loading branch information
Chris Hutchinson authored and arrowd committed Mar 2, 2024
1 parent 1704b36 commit 3f4f598
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
21 changes: 10 additions & 11 deletions sysutils/cronolog-devel/Makefile
@@ -1,10 +1,10 @@
PORTNAME= cronolog
PORTVERSION= 1.7.1
PORTREVISION= 1
PORTREVISION= 2
DISTVERSIONSUFFIX= -beta
CATEGORIES= sysutils
MASTER_SITES= https://BSDforge.com/projects/source/sysutils/cronolog-devel/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta

MAINTAINER= portmaster@BSDforge.com
COMMENT= Web log rotation utility that provides datestamp filenames
Expand All @@ -14,18 +14,17 @@ LICENSE= APACHE10

USES= shebangfix tar:xz

SHEBANG_FILES= src/cronosplit

PLIST_FILES= sbin/cronolog \
sbin/cronosplit \
man/man1/cronolog.1m.gz \
man/man1/cronosplit.1m.gz
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

CONFLICTS= cronolog

WRKSRC= ${WRKDIR}/cronolog-${PORTVERSION}
SHEBANG_FILES= src/cronosplit
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
INFO= cronolog

GNU_CONFIGURE= yes
PLIST_FILES= sbin/cronolog \
sbin/cronosplit \
share/man/man1/cronolog.1m.gz \
share/man/man1/cronosplit.1m.gz

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion sysutils/cronolog-devel/pkg-descr
@@ -1,6 +1,6 @@
"cronolog" is a simple program that reads log messages from its input
and writes them to a set of output files, the names of which are
constructed using template and the current date and time.
constructed using a template and the current date and time.

"cronolog" is intended to be used in conjunction with a Web server, such
as Apache to split the access log into daily or monthly logs. E.g.:
Expand Down

0 comments on commit 3f4f598

Please sign in to comment.