aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-21 11:11:17 +0800
committermiwi <miwi@FreeBSD.org>2017-04-21 11:11:17 +0800
commitc07ac31e523918a48b746eb30eba5e13f3427390 (patch)
treecabdb23838032771bb67ec15c6630ef8a2ce812c /textproc
parent1abb142af9466b6d0e3054d5a835905c777f4cf2 (diff)
downloadfreebsd-ports-gnome-c07ac31e523918a48b746eb30eba5e13f3427390.tar.gz
freebsd-ports-gnome-c07ac31e523918a48b746eb30eba5e13f3427390.tar.zst
freebsd-ports-gnome-c07ac31e523918a48b746eb30eba5e13f3427390.zip
- Fix shebangs
Diffstat (limited to 'textproc')
-rw-r--r--textproc/rubygem-jekyll-redirect-from/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/rubygem-jekyll-redirect-from/Makefile b/textproc/rubygem-jekyll-redirect-from/Makefile
index 18f95cabcd35..1b755a84140b 100644
--- a/textproc/rubygem-jekyll-redirect-from/Makefile
+++ b/textproc/rubygem-jekyll-redirect-from/Makefile
@@ -2,6 +2,7 @@
PORTNAME= jekyll-redirect-from
PORTVERSION= 0.12.1
+PORTREVISION= 1
CATEGORIES= textproc rubygems
MASTER_SITES= RG
@@ -15,6 +16,9 @@ RUN_DEPENDS= rubygem-jekyll>=3.3:www/rubygem-jekyll
NO_ARCH= yes
USE_RUBY= yes
-USES= gem
+USES= gem shebangfix
+SHEBANG_FILES= script/cibuild \
+ script/bootstrap \
+ script/release
.include <bsd.port.mk>