svn commit: r433221 - head/textproc/rubygem-gemoji

Antoine Brodin antoine at FreeBSD.org
Fri Feb 3 11:31:27 UTC 2017


Author: antoine
Date: Fri Feb  3 11:31:26 2017
New Revision: 433221
URL: https://svnweb.freebsd.org/changeset/ports/433221

Log:
  Fix plist

Modified:
  head/textproc/rubygem-gemoji/Makefile

Modified: head/textproc/rubygem-gemoji/Makefile
==============================================================================
--- head/textproc/rubygem-gemoji/Makefile	Fri Feb  3 11:21:50 2017	(r433220)
+++ head/textproc/rubygem-gemoji/Makefile	Fri Feb  3 11:31:26 2017	(r433221)
@@ -2,6 +2,7 @@
 
 PORTNAME=	gemoji
 PORTVERSION=	3.0.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -14,5 +15,6 @@ NO_ARCH=	yes
 
 USE_RUBY=	yes
 USES=		gem
+PLIST_FILES=	bin/gemoji
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list