svn commit: r305955 - head/games/lolcat

Alexey Dokuchaev danfe at FreeBSD.org
Wed Oct 17 18:29:45 UTC 2012


On Tue, Oct 16, 2012 at 08:49:13AM +0000, Tilman Keskinoz wrote:
> New Revision: 305955
> URL: http://svn.freebsd.org/changeset/ports/305955
> 
> Log:
>   Fix pkg-plist
>   
> @@ -15,4 +16,7 @@ USE_RUBY=	yes
>  USE_RUBYGEMS=	yes
>  RUBYGEM_AUTOPLIST=	yes
>  
> +post-install:
> +	${ECHO_CMD} "bin/lolcat" >> ${TMPPLIST}
> +

Yuck.  It should normally be set as PLIST_FILES, unless RUBYGEM_AUTOPLIST
magic does not handle this case correctly.

./danfe


More information about the svn-ports-all mailing list