svn commit: r543102 - head/games/rubygem-lolcat

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jul 24 07:18:55 UTC 2020


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}


More information about the svn-ports-all mailing list