aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mupdf/destdir.patch
diff options
context:
space:
mode:
authorIsaac Dunham <ibid.ag@gmail.com>2014-10-01 20:13:59 -0700
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-02 06:02:52 +0000
commit6c1a7c747574984b8bce8579218b8b1f6ee46dcb (patch)
treee4702c1e38f78c5e258931de74b713ae2fdecd5a /testing/mupdf/destdir.patch
parent0f1d022e5ecf53af380a4898c695e8931416f672 (diff)
downloadaports-6c1a7c747574984b8bce8579218b8b1f6ee46dcb.tar.bz2
aports-6c1a7c747574984b8bce8579218b8b1f6ee46dcb.tar.xz
testing/mupdf: update to 1.6
Diffstat (limited to 'testing/mupdf/destdir.patch')
-rw-r--r--testing/mupdf/destdir.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/testing/mupdf/destdir.patch b/testing/mupdf/destdir.patch
deleted file mode 100644
index b90083b7e3..0000000000
--- a/testing/mupdf/destdir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- mupdf-1.0-source/Makefile.orig
-+++ mupdf-1.0-source/Makefile
-@@ -168,11 +168,11 @@
- mandir ?= $(prefix)/share/man
-
- install: $(FITZ_LIB) $(MU_APPS) $(MUPDF)
-- install -d $(bindir) $(libdir) $(incdir) $(mandir)/man1
-- install $(FITZ_LIB) $(libdir)
-- install fitz/memento.h fitz/fitz.h pdf/mupdf.h xps/muxps.h cbz/mucbz.h $(incdir)
-- install $(MU_APPS) $(MUPDF) $(bindir)
-- install $(wildcard apps/man/*.1) $(mandir)/man1
-+ install -d $(DESTDIR)/$(bindir) $(DESTDIR)/$(libdir) $(DESTDIR)/$(incdir) $(DESTDIR)/$(mandir)/man1
-+ install $(FITZ_LIB) $(DESTDIR)/$(libdir)
-+ install fitz/memento.h fitz/fitz.h pdf/mupdf.h xps/muxps.h cbz/mucbz.h $(DESTDIR)/$(incdir)
-+ install $(MU_APPS) $(MUPDF) $(DESTDIR)/$(bindir)
-+ install $(wildcard apps/man/*.1) $(DESTDIR)/$(mandir)/man1
-
- # --- Clean and Default ---
-