svn commit: r391281 - head/games/lolcat

Antoine Brodin antoine at FreeBSD.org
Fri Jul 3 21:56:54 UTC 2015


Author: antoine
Date: Fri Jul  3 21:56:53 2015
New Revision: 391281
URL: https://svnweb.freebsd.org/changeset/ports/391281

Log:
  - Fix a typo (and unbreak)
  - Use PLIST_FILES instead of creative things

Modified:
  head/games/lolcat/Makefile

Modified: head/games/lolcat/Makefile
==============================================================================
--- head/games/lolcat/Makefile	Fri Jul  3 21:53:48 2015	(r391280)
+++ head/games/lolcat/Makefile	Fri Jul  3 21:56:53 2015	(r391281)
@@ -14,11 +14,10 @@ RUN_DEPENDS=	rubygem-trollop>=1.9:${PORT
 
 NO_ARCH=	yes
 
-nUSE_RUBY=	yes
+USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
 
-post-install:
-	${ECHO_CMD} "bin/lolcat" >> ${TMPPLIST}
+PLIST_FILES=	bin/lolcat
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list