mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 1.98
- Trim header - Pass maintainership to submitter - Add DOCS/EXAMPLES options PR: ports/178212 Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
This commit is contained in:
parent
93e25a991f
commit
53520853ce
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=317068
@ -1,32 +1,32 @@
|
||||
# New ports collection makefile for: savelogs
|
||||
# Date created: 2004-04-29
|
||||
# Whom: ports@c0decafe.net
|
||||
#
|
||||
# Created by: ports@c0decafe.net
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= savelogs
|
||||
PORTVERSION= 1.97
|
||||
PORTVERSION= 1.98
|
||||
CATEGORIES= sysutils perl5
|
||||
MASTER_SITES= CPAN
|
||||
MASTER_SITE_SUBDIR= CPAN:SCOTTW
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= danilogondolfo@gmail.com
|
||||
COMMENT= Save log files in a nice way
|
||||
|
||||
PERL_CONFIGURE= yes
|
||||
|
||||
MAN1= rotation.1 savelogs.1
|
||||
|
||||
OPTIONS_DEFINE= DOCS EXAMPLES
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/conf/savelogs.conf.sample ${PREFIX}/etc/
|
||||
.if !defined(NOPORTDOCS)
|
||||
${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.sample ${PREFIX}/etc/
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/FAQ ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/FAQ ${DOCSDIR}
|
||||
.endif
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
.if ${PORT_OPTIONS:MEXAMPLES}
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_MAN} ${WRKSRC}/conf/savelogs.conf.lint ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/conf/savelogs.conf.lint ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (savelogs-1.97.tar.gz) = 1169a5813c5d89f2242d6198a72a6de6240d49602e1b3833c48e0e09eeb67536
|
||||
SIZE (savelogs-1.97.tar.gz) = 111418
|
||||
SHA256 (savelogs-1.98.tar.gz) = f68d9b0c6bebe23534251b49f89619b55297eb175489ec749877e170fd8ee97e
|
||||
SIZE (savelogs-1.98.tar.gz) = 111656
|
||||
|
Loading…
Reference in New Issue
Block a user