aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 22:55:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-10 22:55:30 +0000
commit25ac9861c1729d496fc722cea087cd4059871523 (patch)
tree625b86e4f41def5a8700b391c96ec0c1276bded4
parent33fbac0a651b939ed55749c90e584148cfb03f23 (diff)
downloadports-25ac9861c1729d496fc722cea087cd4059871523.tar.gz
ports-25ac9861c1729d496fc722cea087cd4059871523.zip
MFH: r396621
- Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket
Notes
Notes: svn path=/branches/2015Q3/; revision=396622
-rw-r--r--textproc/rubygem-jekyll-paginate/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/textproc/rubygem-jekyll-paginate/Makefile b/textproc/rubygem-jekyll-paginate/Makefile
index e1e652c23f64..889f28801807 100644
--- a/textproc/rubygem-jekyll-paginate/Makefile
+++ b/textproc/rubygem-jekyll-paginate/Makefile
@@ -3,6 +3,7 @@
PORTNAME= jekyll-paginate
PORTVERSION= 1.1.0
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -10,9 +11,14 @@ MAINTAINER= ruby@FreeBSD.org
COMMENT= Built-in Pagination Generator for Jekyll
LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
+USES= shebangfix
+SHEBANG_FILES= script/bootstrap \
+ script/cibuild \
+ script/unbundle
.include <bsd.port.mk>