Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 08:09:54 +0000
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        Thomas Abthorpe <tabthorpe@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r332809 - head/misc/colortail
Message-ID:  <20131106080954.GB87262@FreeBSD.org>
In-Reply-To: <201311050442.rA54gmYK099503@svn.freebsd.org>
References:  <201311050442.rA54gmYK099503@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Nov 05, 2013 at 04:42:48AM +0000, Thomas Abthorpe wrote:
> New Revision: 332809
> URL: http://svnweb.freebsd.org/changeset/ports/332809
> 
> @@ -9,14 +9,16 @@ MASTER_SITES=	http://joakimandersson.se/
>  MAINTAINER=	tabthorpe@FreeBSD.org
>  COMMENT=	A colour-able replacement for tail(1)

Would be nice if you would've dropped the article (leaving aside the dispute
about the spelling of "colour-able").

> +do-install:
> +	${INSTALL_PROGRAM} ${WRKSRC}/colortail ${STAGEDIR}${PREFIX}/bin
> +
>  .if !defined(NOPORTDOCS)
> -	@${MKDIR} ${EXAMPLESDIR}
> -	${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${EXAMPLESDIR}
> +	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
> +	${INSTALL_DATA} ${WRKSRC}/example-conf/conf* ${STAGEDIR}${EXAMPLESDIR}

Any reasons why .if !defined(NOPORTDOCS) was left there?

./danfe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131106080954.GB87262>