pkgsrc-WIP-changes archive

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

Fix the path to dot(1)



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon Nov 16 03:03:05 2015 +0100
Changeset:	6ef168b4e6464e0a86822bb6321db007cb5170d2

Modified Files:
	bokken/Makefile

Log Message:
Fix the path to dot(1)

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

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

diffstat:
 bokken/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diffs:
diff --git a/bokken/Makefile b/bokken/Makefile
index 9d5a53b..b014ed0 100644
--- a/bokken/Makefile
+++ b/bokken/Makefile
@@ -22,6 +22,12 @@ SUBST_MESSAGE.bin-bokken=	Fixing path to bokken.py
 SUBST_FILES.bin-bokken=		bokken
 SUBST_SED.bin-bokken=	-e 's,`dirname $$0`,"${PREFIX}/share/bokken",'
 
+SUBST_CLASSES+=			bin-dot
+SUBST_STAGE.bin-dot=		post-patch
+SUBST_MESSAGE.bin-dot=		Fixing path to dot(1)
+SUBST_FILES.bin-dot=		ui/graph.py
+SUBST_SED.bin-dot=	-e 's,/usr/bin/dot,${PREFIX}/bin/dot,'
+
 INSTALLATION_DIRS=	bin share/bokken
 
 do-install:


Home | Main Index | Thread Index | Old Index