summaryrefslogtreecommitdiff
path: root/graphics/ida/files/patch-mk__Variables.mk
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-29 17:12:47 +0000
commit08a006d08a4c35d2c3ecc9a3d10cf7fd14661a84 (patch)
tree0cfc4f0736babb895eb97a65c6defe632a0249c7 /graphics/ida/files/patch-mk__Variables.mk
parenteditors/fte: update to 20110708 (diff)
Rename all patches that contain '::' as a path separator, and use
'__' instead.
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
+