svn commit: r332809 - head/misc/colortail

Alexey Dokuchaev danfe at FreeBSD.org
Wed Nov 6 08:09:54 UTC 2013


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 at 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


More information about the svn-ports-all mailing list