summaryrefslogtreecommitdiffstats
path: root/testing/mupdf/destdir.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-11-01 14:34:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-11-01 14:34:55 +0000
commit92b7f59d9e75c4f77c9a12201e108a56271c6e69 (patch)
treed761b5566608ce692bff80d779e6d6241cd1de8a /testing/mupdf/destdir.patch
parentba5bedd2e941ea0a3339d4cc04fffcc0f72e46c4 (diff)
downloadaports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.bz2
aports-92b7f59d9e75c4f77c9a12201e108a56271c6e69.tar.xz
testing/*: removed non tested packages
we dont ship testing stuff for stable branches
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 58c863b6b..000000000
--- 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 ---
-