svn commit: r319729 - head/devel/rubygem-thor

Steve Wills swills at FreeBSD.org
Sun Jun 2 22:20:48 UTC 2013


Author: swills
Date: Sun Jun  2 22:20:48 2013
New Revision: 319729
URL: http://svnweb.freebsd.org/changeset/ports/319729

Log:
  - Fix plist

Modified:
  head/devel/rubygem-thor/Makefile

Modified: head/devel/rubygem-thor/Makefile
==============================================================================
--- head/devel/rubygem-thor/Makefile	Sun Jun  2 22:13:33 2013	(r319728)
+++ head/devel/rubygem-thor/Makefile	Sun Jun  2 22:20:48 2013	(r319729)
@@ -12,6 +12,6 @@ COMMENT=	A scripting framework that repl
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
-PLIST_FILES=	bin/rake2thor	bin/thor
+PLIST_FILES=	bin/thor
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list