aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mupdf/destdir.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-05-03 06:19:04 +0000
commit6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07 (patch)
tree1f70b259fe7fb5c82f437c6b006284893cf4eb5a /testing/mupdf/destdir.patch
parent66765c30ac7a9c9a560ab43d5618de820fb373c6 (diff)
downloadaports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.bz2
aports-6f1dc21bd4e8ae7ef0d7afce465b2bc15d0ffa07.tar.xz
testing/*: removed
We dont ship testing things in a stable release
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 58c863b6be..0000000000
--- a/testing/mupdf/destdir.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/Makefile
-+++ b/Makefile
-@@ -144,11 +144,11 @@
- mandir ?= $(prefix)/share/man
-
- install: $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(APPS)
-- install -d $(bindir) $(libdir) $(incdir) $(mandir)/man1
-- install $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(libdir)
-- install fitz/fitz.h pdf/mupdf.h xps/muxps.h $(incdir)
-- install $(PDF_APPS) $(XPS_APPS) $(MUPDF) $(bindir)
-- install $(wildcard apps/man/*.1) $(mandir)/man1
-+ install -d $(DESTDIR)/$(bindir) $(DESTDIR)/$(libdir) $(DESTDIR)/$(incdir) $(DESTDIR)/$(mandir)/man1
-+ install $(MUXPS_LIB) $(MUPDF_LIB) $(FITZ_LIB) $(DESTDIR)/$(libdir)
-+ install fitz/fitz.h pdf/mupdf.h xps/muxps.h $(DESTDIR)/$(incdir)
-+ install $(PDF_APPS) $(XPS_APPS) $(MUPDF) $(DESTDIR)/$(bindir)
-+ install $(wildcard apps/man/*.1) $(DESTDIR)/$(mandir)/man1
-
- # --- Clean and Default ---
-