aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/subtle
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2017-04-13 22:18:28 +0800
committerdanfe <danfe@FreeBSD.org>2017-04-13 22:18:28 +0800
commita8dcc9befb2fce9addcd5c11312e335a0ecd2a05 (patch)
tree16f00d5548ad152814da510ee8326f10bf88cf63 /x11-wm/subtle
parent6afa92c184b9386c31d336aaa8620bce5bfe42cb (diff)
downloadfreebsd-ports-gnome-a8dcc9befb2fce9addcd5c11312e335a0ecd2a05.tar.gz
freebsd-ports-gnome-a8dcc9befb2fce9addcd5c11312e335a0ecd2a05.tar.zst
freebsd-ports-gnome-a8dcc9befb2fce9addcd5c11312e335a0ecd2a05.zip
- Remove unused `shebangfix' from USES
- Delete interpreter shebang from file that is not meant to be executed and does not have executable permissions - Don't use capital letter after colon
Diffstat (limited to 'x11-wm/subtle')
-rw-r--r--x11-wm/subtle/Makefile3
-rw-r--r--x11-wm/subtle/pkg-descr2
2 files changed, 3 insertions, 2 deletions
diff --git a/x11-wm/subtle/Makefile b/x11-wm/subtle/Makefile
index 43b0d4d1dfea..7f3238ef6983 100644
--- a/x11-wm/subtle/Makefile
+++ b/x11-wm/subtle/Makefile
@@ -14,7 +14,7 @@ LICENSE= GPLv2
BUILD_DEPENDS= rake:devel/rubygem-rake
-USES= pkgconfig shebangfix tar:tbz2
+USES= pkgconfig tar:tbz2
USE_RUBY= yes
USE_XORG= x11 xft xinerama xpm xrandr xtst
@@ -23,6 +23,7 @@ MAKEFILE= Rakefile
ALL_TARGET= build
post-patch:
+ @${REINPLACE_CMD} -e 1d ${WRKSRC}/data/subtler/runner.rb
@${REINPLACE_CMD} -e 's,/etc/xdg,${LOCALBASE}&,' \
${WRKSRC}/src/subtle/ruby.c
diff --git a/x11-wm/subtle/pkg-descr b/x11-wm/subtle/pkg-descr
index bab067b49510..c7bb05ccd0a9 100644
--- a/x11-wm/subtle/pkg-descr
+++ b/x11-wm/subtle/pkg-descr
@@ -6,7 +6,7 @@ one key of the numpad. With those keys, windows can be moved directly to
the desired gravity -- the same can be done with tagging rules in the
config.
-Another unique concept is the strict tagging: Unlike other tiling window
+Another unique concept is the strict tagging: unlike other tiling window
managers, subtle does not allow weak tagging and always maps windows to
virtual desktops (called views) with matching tags, regardless of the
current active view.