- Unmute install commands [1] - Remove GTK2 option, it's not working couple versions back PR: 203522 [1] Submitted by: Alex Strangl (maintainer) [1] MFH: 2015Q4
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
--- ./dag2html/Makefile.orig 2013-03-01 03:06:49.000000000 UTC
|
|
+++ ./dag2html/Makefile 2014-05-14 07:00:04.000000000
|
|
@@ -1,7 +1,7 @@
|
|
# $Id: Makefile,v 5.1 2007-07-11 16:15:21 ddr Exp $
|
|
|
|
-BINDIR=/usr/local/bin
|
|
-MANDIR=/usr/local/share/man/man1
|
|
+BINDIR=$(STAGING)$(PREFIX)/bin
|
|
+MANDIR=$(STAGING)$(PREFIX)/share/man/man1
|
|
OCAMLC=ocamlc
|
|
OCAMLOPT=ocamlopt
|
|
OCARGS=
|