svn commit: r511487 - head/textproc/rubygem-jekyll-paginate

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Sep 7 22:48:14 UTC 2019


Author: sunpoet
Date: Sat Sep  7 22:48:13 2019
New Revision: 511487
URL: https://svnweb.freebsd.org/changeset/ports/511487

Log:
  Simplify SHEBANG_FILES

Modified:
  head/textproc/rubygem-jekyll-paginate/Makefile

Modified: head/textproc/rubygem-jekyll-paginate/Makefile
==============================================================================
--- head/textproc/rubygem-jekyll-paginate/Makefile	Sat Sep  7 22:48:08 2019	(r511486)
+++ head/textproc/rubygem-jekyll-paginate/Makefile	Sat Sep  7 22:48:13 2019	(r511487)
@@ -13,12 +13,11 @@ COMMENT=	Built-in Pagination Generator for Jekyll
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+USES=		gem shebangfix
+USE_RUBY=	yes
+
 NO_ARCH=	yes
 
-USE_RUBY=	yes
-USES=		gem shebangfix
-SHEBANG_FILES=	script/bootstrap \
-		script/cibuild \
-		script/unbundle
+SHEBANG_FILES=	script/*
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list