pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

rofi: Replace shebang in a bash script



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Jun 12 09:14:22 2016 +0200
Changeset:	17ff02f928795763f859a4158e9367efb42706fc

Modified Files:
	rofi/Makefile

Log Message:
rofi: Replace shebang in a bash script

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=17ff02f928795763f859a4158e9367efb42706fc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 rofi/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/rofi/Makefile b/rofi/Makefile
index cacbeb8..1290411 100644
--- a/rofi/Makefile
+++ b/rofi/Makefile
@@ -10,10 +10,12 @@ HOMEPAGE=	https://davedavenport.github.io/rofi/
 COMMENT=	Window switcher, run dialog and dmenu replacement
 LICENSE=	x11
 
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=	pkg-config bash
 
 GNU_CONFIGURE=	yes
 
+REPLACE_BASH+=	script/rofi-sensible-terminal
+
 .include "../../x11/startup-notification/buildlink3.mk"
 .include "../../devel/pango/buildlink3.mk"
 .include "../../x11/libxkbcommon/buildlink3.mk"


Home | Main Index | Thread Index | Old Index