Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Jul 2020 07:18:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r543102 - head/games/rubygem-lolcat
Message-ID:  <202007240718.06O7IrLB059134@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jul 24 07:18:52 2020
New Revision: 543102
URL: https://svnweb.freebsd.org/changeset/ports/543102

Log:
  Cosmetic change

Modified:
  head/games/rubygem-lolcat/Makefile

Modified: head/games/rubygem-lolcat/Makefile
==============================================================================
--- head/games/rubygem-lolcat/Makefile	Fri Jul 24 07:18:47 2020	(r543101)
+++ head/games/rubygem-lolcat/Makefile	Fri Jul 24 07:18:52 2020	(r543102)
@@ -17,14 +17,15 @@ RUN_DEPENDS=	rubygem-manpages>=0.6.1<0.7:devel/rubygem
 
 USES=		gem
 
-CONFLICTS_INSTALL=	lolcat
-
 USE_RUBY=	yes
 
 NO_ARCH=	yes
 
 PLIST_FILES=	bin/lolcat \
 		share/man/man6/lolcat.6.gz
+
+# bin/lolcat
+CONFLICTS_INSTALL=	lolcat
 
 post-build:
 	@${REINPLACE_CMD} -e 's|man/lolcat.6|&.gz|' ${WRKSRC}/${GEMSPEC}



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