diff options
| author | Chris Hutchinson <portmaster@bsdforge.com> | 2024-03-02 11:55:03 +0000 |
|---|---|---|
| committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-03-02 11:55:03 +0000 |
| commit | 3f4f598cc9230f4dc9ba8a2151f8333267f763b4 (patch) | |
| tree | e25335f9a01aea06db1f5a930bf5a7c629aeaa3f | |
| parent | 1704b36b05603fa914bdcf17fc967958e57ada76 (diff) | |
| download | ports-3f4f598cc9230f4dc9ba8a2151f8333267f763b4.tar.gz ports-3f4f598cc9230f4dc9ba8a2151f8333267f763b4.zip | |
sysutils/cronolog-devel: Move manpages to share/man
PR: 277322
| -rw-r--r-- | sysutils/cronolog-devel/Makefile | 21 | ||||
| -rw-r--r-- | sysutils/cronolog-devel/pkg-descr | 2 |
2 files changed, 11 insertions, 12 deletions
diff --git a/sysutils/cronolog-devel/Makefile b/sysutils/cronolog-devel/Makefile index 663a05f945b8..b50fdd45040d 100644 --- a/sysutils/cronolog-devel/Makefile +++ b/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 @@ -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> diff --git a/sysutils/cronolog-devel/pkg-descr b/sysutils/cronolog-devel/pkg-descr index 328c9d8265e8..da896d6071ba 100644 --- a/sysutils/cronolog-devel/pkg-descr +++ b/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.: |
