svn commit: r319239 - head/sysutils/log_analysis
Boris Samorodov
bsam at FreeBSD.org
Mon May 27 13:30:32 UTC 2013
Author: bsam
Date: Mon May 27 13:30:32 2013
New Revision: 319239
URL: http://svnweb.freebsd.org/changeset/ports/319239
Log:
. trim Makefile headers;
. delete the indefinite article from COMMENT;
. remove standard option description TK_DESC;
. NOPORTDOCS -> PORT_OPTIONS:MDOCS;
. NOPORTEXAMPLES -> PORT_OPTIONS:MEXAMPLES.
Modified:
head/sysutils/log_analysis/Makefile
Modified: head/sysutils/log_analysis/Makefile
==============================================================================
--- head/sysutils/log_analysis/Makefile Mon May 27 13:30:20 2013 (r319238)
+++ head/sysutils/log_analysis/Makefile Mon May 27 13:30:32 2013 (r319239)
@@ -1,9 +1,5 @@
-# New ports collection makefile for: log_analysis
-# Date created: 5 July 2001
-# Whom: petef at FreeBSD.org
-#
+# Created by: petef at FreeBSD.org
# $FreeBSD$
-#
PORTNAME= log_analysis
PORTVERSION= 0.46
@@ -11,12 +7,11 @@ CATEGORIES= sysutils
MASTER_SITES= http://userpages.umbc.edu/~mabzug1/
MAINTAINER= ports at 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-to
.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
More information about the svn-ports-head
mailing list