aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/xephem/01-use-mandoc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'non-free/xephem/01-use-mandoc.patch')
-rw-r--r--non-free/xephem/01-use-mandoc.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/non-free/xephem/01-use-mandoc.patch b/non-free/xephem/01-use-mandoc.patch
deleted file mode 100644
index 50797eed46..0000000000
--- a/non-free/xephem/01-use-mandoc.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/GUI/xephem/Makefile b/GUI/xephem/Makefile
-index 6fa4405..33d5085 100644
---- a/GUI/xephem/Makefile
-+++ b/GUI/xephem/Makefile
-@@ -192,7 +192,7 @@ xephem: $(INCS) $(OBJS)
- $(CC) $(LDFLAGS) -o $@ $(OBJS) $(LIBS)
-
- xephem.1: xephem.man
-- nroff -man $? > $@
-+ mandoc $? > $@
-
- libs:
- cd ../../libastro; make