summaryrefslogtreecommitdiffhomepage
path: root/patches/mandoc-1.14.3.local.patch
diff options
context:
space:
mode:
authorØrjan Malde <red@foxi.me>2020-06-02 13:41:54 +0200
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-06-03 08:46:53 +0100
commitd46a8a6ba334af4076c8e84bc0f847e1c069614d (patch)
tree7a07ec90afd123a8edd3f4ee09a30ebd4acfb0e6 /patches/mandoc-1.14.3.local.patch
parent9814ccc293823c00e277393316738de1c732dbbe (diff)
downloadmidipix_build-d46a8a6ba334af4076c8e84bc0f847e1c069614d.tar.bz2
midipix_build-d46a8a6ba334af4076c8e84bc0f847e1c069614d.tar.xz
groups/221.native_packages_dev.group: mandoc: bump to v1.14.5
Signed-off-by: Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de>
Diffstat (limited to 'patches/mandoc-1.14.3.local.patch')
-rw-r--r--patches/mandoc-1.14.3.local.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/patches/mandoc-1.14.3.local.patch b/patches/mandoc-1.14.3.local.patch
deleted file mode 100644
index 0cbd7bcd..00000000
--- a/patches/mandoc-1.14.3.local.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- mandoc-1.14.3/Makefile.in.orig 2018-05-02 13:56:07.000000000 +0000
-+++ mandoc-1.14.3/Makefile.in 2018-05-09 11:45:31.296000000 +0000
-@@ -1307,13 +1307,13 @@
- # Install makewhatis to .../sbin
- install-exec-hook:
- $(MKDIR_P) $(DESTDIR)$(sbindir)
-- $(LN_S) $(DESTDIR)$(bindir)/mandoc$(EXEEXT) \
-+ $(LN_S) mandoc$(EXEEXT) \
- $(DESTDIR)$(sbindir)/makewhatis$(EXEEXT)
-- $(LN_S) $(DESTDIR)$(bindir)/mandoc$(EXEEXT) \
-+ $(LN_S) mandoc$(EXEEXT) \
- $(DESTDIR)$(bindir)/man$(EXEEXT)
-- $(LN_S) $(DESTDIR)$(bindir)/mandoc$(EXEEXT) \
-+ $(LN_S) mandoc$(EXEEXT) \
- $(DESTDIR)$(bindir)/apropos$(EXEEXT)
-- $(LN_S) $(DESTDIR)$(bindir)/mandoc$(EXEEXT) \
-+ $(LN_S) mandoc$(EXEEXT) \
- $(DESTDIR)$(bindir)/whatis$(EXEEXT)
-
- # *sigh*