diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-08 15:19:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-08 15:19:33 +0000 |
commit | 6cbe28b8d7d586307ee22a5c3bcecc69422ec3c0 (patch) | |
tree | e2f342d63c34dfa1a0a6e4ef8fbb543fb9137491 /misc/gnome-devel-docs/Makefile | |
parent | 685dda4c4546c39775dbb72f33eb70e24e4f089d (diff) | |
download | ports-6cbe28b8d7d586307ee22a5c3bcecc69422ec3c0.tar.gz ports-6cbe28b8d7d586307ee22a5c3bcecc69422ec3c0.zip |
Notes
Diffstat (limited to 'misc/gnome-devel-docs/Makefile')
-rw-r--r-- | misc/gnome-devel-docs/Makefile | 12 |
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> |