aboutsummaryrefslogtreecommitdiff
path: root/misc/gnome-devel-docs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gnome-devel-docs/Makefile')
-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>