summaryrefslogtreecommitdiff
path: root/security/logcheck
diff options
context:
space:
mode:
authorGreg Larkin <glarkin@FreeBSD.org>2009-04-25 02:13:46 +0000
committerGreg Larkin <glarkin@FreeBSD.org>2009-04-25 02:13:46 +0000
commita3a5278743cbb2060777f6ec7b2e1c701464ffc3 (patch)
treea86065e425d86b3d0ae9ba573992485be358765e /security/logcheck
parent- Add post-patch to fix configure script so it embeds the actual (diff)
- Switched BUILD_DEPENDS from textproc/docbook-to-man to
textproc/docbook2X and saved building about 100 extra ports just to convert an SGML file to a man page - Bumped PORTREVISION Reported by: n j <nino80 at gmail dot com>
Notes
Notes: svn path=/head/; revision=232703
Diffstat (limited to 'security/logcheck')
-rw-r--r--security/logcheck/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile
index e63fafa95738..42554fa6c224 100644
--- a/security/logcheck/Makefile
+++ b/security/logcheck/Makefile
@@ -7,7 +7,7 @@
PORTNAME= logcheck
PORTVERSION= 1.2.54
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL}
DISTNAME= ${PORTNAME}_${PORTVERSION}
@@ -15,7 +15,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= glarkin@FreeBSD.org
COMMENT= Auditing tool for system logs on Unix boxes
-BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man
+BUILD_DEPENDS= docbook2man:${PORTSDIR}/textproc/docbook2X
RUN_DEPENDS= lockfile:${PORTSDIR}/mail/procmail \
bash:${PORTSDIR}/shells/bash
@@ -42,12 +42,14 @@ PORTDOCS= ${DOCS:T}
MAN8= logcheck.8 logtail.8
do-build:
- ${REINPLACE_CMD} -e 's!/var/log/syslog!/var/log/messages!' \
+ @${REINPLACE_CMD} -e 's!/var/log/syslog!/var/log/messages!' \
${WRKSRC}/etc/logcheck.logfiles
- ${REINPLACE_CMD} -e 's!/etc/logcheck!${ETCDIR}!' \
+ @${REINPLACE_CMD} -e 's!/etc/logcheck!${ETCDIR}!' \
-e 's!/usr/share/doc/logcheck-database/README.logcheck-database.gz!${DOCSDIR}/README.logcheck-database!' \
${WRKSRC}/docs/logcheck.sgml
- docbook-to-man ${WRKSRC}/docs/logcheck.sgml > ${WRKSRC}/docs/logcheck.8
+ @cd ${WRKSRC}/docs && docbook2man -s \
+ /usr/local/share/docbook2X/xslt/man/docbook.xsl \
+ --sgml logcheck.sgml && ${MV} Logcheck.8 logcheck.8
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/src/logcheck ${PREFIX}/sbin