aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2017-04-22 00:23:17 +0800
committermiwi <miwi@FreeBSD.org>2017-04-22 00:23:17 +0800
commit35e4e88f5c02951cdc418913eabed0f203ea9e61 (patch)
tree0a5a0f1163fc5b8411637cd86a5d1c54f84ae261 /deskutils
parent3357d5aa906f5ee11f401ffdf8ec01015d7e28c9 (diff)
downloadfreebsd-ports-gnome-35e4e88f5c02951cdc418913eabed0f203ea9e61.tar.gz
freebsd-ports-gnome-35e4e88f5c02951cdc418913eabed0f203ea9e61.tar.zst
freebsd-ports-gnome-35e4e88f5c02951cdc418913eabed0f203ea9e61.zip
- Fix shebangs
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnome-tweak-tool/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/deskutils/gnome-tweak-tool/Makefile b/deskutils/gnome-tweak-tool/Makefile
index 0b574689e6ab..16fcd39181d7 100644
--- a/deskutils/gnome-tweak-tool/Makefile
+++ b/deskutils/gnome-tweak-tool/Makefile
@@ -3,6 +3,7 @@
PORTNAME= gnome-tweak-tool
PORTVERSION= 3.18.1
+PORTREVISION= 1
CATEGORIES= deskutils gnome
MASTER_SITES= GNOME
@@ -14,11 +15,13 @@ RUN_DEPENDS= gsettings-desktop-schemas>=0:devel/gsettings-desktop-schemas
PORTSCOUT= limitw:1,even
-USES= gettext gmake gnome pathfix pkgconfig python:2 tar:xz
+USES= gettext gmake gnome pathfix pkgconfig python:2 \
+ shebangfix tar:xz
USE_GNOME= gtk30 pygobject3 intlhack
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+SHEBANG_FILES= gnome-tweak-tool
.include <bsd.port.mk>