aboutsummaryrefslogtreecommitdiffstats
path: root/non-free/xephem/01-use-mandoc.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2016-01-21 09:05:59 +0000
committerTimo Teräs <timo.teras@iki.fi>2016-01-21 09:05:59 +0000
commit66fc48a66be23fd3234e12eb902ada572d9a61f2 (patch)
tree10a72f43018123e5e5aed0968a4e18ba1dafc25a /non-free/xephem/01-use-mandoc.patch
parent2d3c79e192dadc2f29a681a0532b0d71bd637ad8 (diff)
downloadaports-66fc48a66be23fd3234e12eb902ada572d9a61f2.tar.bz2
aports-66fc48a66be23fd3234e12eb902ada572d9a61f2.tar.xz
Revert "non-free/xephem: new aport"
This reverts commit ae7227ce28913fa6bc85ecc3540196fc65025614. I pushed it accidentally - there's still changes requested, so I'm reverting this for now.
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