aboutsummaryrefslogtreecommitdiff
path: root/graphics/ida/files/patch-mk__Variables.mk
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ida/files/patch-mk__Variables.mk')
-rw-r--r--graphics/ida/files/patch-mk__Variables.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/ida/files/patch-mk__Variables.mk b/graphics/ida/files/patch-mk__Variables.mk
new file mode 100644
index 000000000000..c956a80a2011
--- /dev/null
+++ b/graphics/ida/files/patch-mk__Variables.mk
@@ -0,0 +1,21 @@
+--- mk/Variables.mk.orig 2008-06-09 17:56:36.000000000 +0300
++++ mk/Variables.mk 2009-05-24 19:03:04.000000000 +0300
+@@ -4,12 +4,12 @@
+ # directories
+ DESTDIR =
+ srcdir ?= .
+-prefix ?= /usr/local
+-bindir = $(DESTDIR)$(prefix)/bin
+-sbindir = $(DESTDIR)$(prefix)/sbin
+-libdir = $(DESTDIR)$(prefix)/$(LIB)
+-shrdir = $(DESTDIR)$(prefix)/share
+-mandir = $(shrdir)/man
++prefix ?= $(PREFIX)
++bindir = $(DESTDIR)$(PREFIX)/bin
++sbindir = $(DESTDIR)$(PREFIX)/sbin
++libdir = $(DESTDIR)$(PREFIX)/$(LIB)
++shrdir = $(DESTDIR)$(PREFIX)/share
++mandir = $(DESTDIR)$(PREFIX)/man
+ locdir = $(shrdir)/locale
+ appdir = $(shrdir)/applications
+