summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-08 15:19:33 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-08 15:19:33 +0000
commit6cbe28b8d7d586307ee22a5c3bcecc69422ec3c0 (patch)
treee2f342d63c34dfa1a0a6e4ef8fbb543fb9137491 /misc
parent- Fix PYDISTUTILS_EGGINFO, this time properly (diff)
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket
Notes
Notes: svn path=/head/; revision=396390
Diffstat (limited to 'misc')
-rw-r--r--misc/gnome-devel-docs/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/misc/gnome-devel-docs/Makefile b/misc/gnome-devel-docs/Makefile
index 293aae99086b..8ba162d5cd5c 100644
--- a/misc/gnome-devel-docs/Makefile
+++ b/misc/gnome-devel-docs/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-devel-docs
PORTVERSION= 3.16.2
+PORTREVISION= 1
CATEGORIES= misc gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
@@ -14,7 +15,16 @@ BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
PORTSCOUT= limitw:1,even
-USES= gettext-tools gmake pkgconfig tar:xz
+USES= gettext-tools gmake pkgconfig shebangfix tar:xz
+SHEBANG_LANG= gjs
+gjs_OLD_CMD= /usr/bin/gjs
+gjs_CMD= ${LOCALBASE}/bin/gjs
+SHEBANG_FILES= platform-demos/C/guitar-tuner/guitar-tuner.js \
+ platform-demos/C/guitar-tuner/guitar-tuner.py \
+ platform-demos/C/image-viewer/image-viewer.py \
+ platform-demos/C/samples/hello-in-js/hello-world \
+ platform-demos/C/samples/*.js
GNU_CONFIGURE= yes
+NO_ARCH= yes
.include <bsd.port.mk>