Simplify SHEBANG_FILES

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2019-09-07 22:48:13 +00:00
parent 5d44e1a40d
commit 00f7fe5945
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=511487

View File

@ -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>