diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-08 12:38:03 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-08 12:38:03 +0000 |
commit | d9a7e5c725027c4946bac0a98aee01f7fbc66b53 (patch) | |
tree | d90a2d5c3c4abba9f9a643ee9a08415055307f69 /graphics/ida/files/patch-mk_Variables.mk | |
parent | Update to 5.0.11. (diff) |
Update to 2.11.
PR: 208614
Submitted by: tkato432 yahoo com
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412738
Diffstat (limited to 'graphics/ida/files/patch-mk_Variables.mk')
-rw-r--r-- | graphics/ida/files/patch-mk_Variables.mk | 21 |
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..efd33cb6b7de --- /dev/null +++ b/graphics/ida/files/patch-mk_Variables.mk @@ -0,0 +1,21 @@ +--- mk/Variables.mk.orig 2016-03-24 14:39:02 UTC ++++ mk/Variables.mk +@@ -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 + |