aboutsummaryrefslogtreecommitdiff
path: root/sysutils/log_analysis
diff options
context:
space:
mode:
authorBoris Samorodov <bsam@FreeBSD.org>2013-05-27 13:30:32 +0000
committerBoris Samorodov <bsam@FreeBSD.org>2013-05-27 13:30:32 +0000
commit2c715cc99ea411d868c6449a64e9f0ac21a76987 (patch)
tree53d19910bc86c2b42c40f74ef34c1955dfe3391f /sysutils/log_analysis
parent6cbb095e83ebd62e3c439a25e8d055e169efc0ef (diff)
downloadports-2c715cc99ea411d868c6449a64e9f0ac21a76987.tar.gz
ports-2c715cc99ea411d868c6449a64e9f0ac21a76987.zip
. trim Makefile headers;
. delete the indefinite article from COMMENT; . remove standard option description TK_DESC; . NOPORTDOCS -> PORT_OPTIONS:MDOCS; . NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES.
Notes
Notes: svn path=/head/; revision=319239
Diffstat (limited to 'sysutils/log_analysis')
-rw-r--r--sysutils/log_analysis/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/sysutils/log_analysis/Makefile b/sysutils/log_analysis/Makefile
index 1c553b37eb27..f31f5f2833cc 100644
--- a/sysutils/log_analysis/Makefile
+++ b/sysutils/log_analysis/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: log_analysis
-# Date created: 5 July 2001
-# Whom: petef@FreeBSD.org
-#
+# Created by: petef@FreeBSD.org
# $FreeBSD$
-#
PORTNAME= log_analysis
PORTVERSION= 0.46
@@ -11,12 +7,11 @@ CATEGORIES= sysutils
MASTER_SITES= http://userpages.umbc.edu/~mabzug1/
MAINTAINER= ports@FreeBSD.org
-COMMENT= A utility that extracts a summary of useful data from logs
+COMMENT= Utility that extracts a summary of useful data from logs
LICENSE= GPLv3
-OPTIONS_DEFINE= TK
-TK_DESC= Enable Tcl/Tk GUI support
+OPTIONS_DEFINE= DOCS EXAMPLES TK
USE_PERL5= yes
GNU_CONFIGURE= yes
@@ -38,12 +33,12 @@ RUN_DEPENDS+= p5-Tk>0:${PORTSDIR}/x11-toolkits/p5-Tk
.endif
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/Tutorial ${DOCSDIR}
.endif
-.if !defined(NOPORTEXAMPLES)
+.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/doc/sample-* ${EXAMPLESDIR}
.endif