diff options
| author | Will Andrews <will@FreeBSD.org> | 2000-06-09 01:36:55 +0000 |
|---|---|---|
| committer | Will Andrews <will@FreeBSD.org> | 2000-06-09 01:36:55 +0000 |
| commit | 6191a0f6a8f6384636ebfb8fed314bd36e3804f7 (patch) | |
| tree | 8820b40d432e57663e2a87eff34c8e568dd2ea84 /textproc/yodl/files/patch-ac | |
| parent | 7032f98510726019e07faad9003c218e9687ee7a (diff) | |
Major overhaul to make this thing work again.
1) New MASTER_SITES. I put a bunch of them (obtained from the
good ole' ftpsearch.ntnu.no) here for redundancy.
2) Chase checksum. I was unable to find the original distfile.
3) Make port respect CC/CFLAGS.
4) Remove GMAKE now that we respect CC/CFLAGS.
5) Remove bash dependency now that we can use /bin/sh.
6) Fix compile warning about malloc.h vs. stdlib.h.
PR: 17150
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Hall of Shame entry: dburr (for complete disregard)
Diffstat (limited to 'textproc/yodl/files/patch-ac')
| -rw-r--r-- | textproc/yodl/files/patch-ac | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/textproc/yodl/files/patch-ac b/textproc/yodl/files/patch-ac new file mode 100644 index 000000000000..de1d6aeb7c19 --- /dev/null +++ b/textproc/yodl/files/patch-ac @@ -0,0 +1,47 @@ +--- manpages/Makefile.in.orig Fri Jan 24 05:42:52 1997 ++++ manpages/Makefile.in Fri Mar 3 10:01:20 2000 +@@ -7,4 +7,2 @@ + +-SHELL=__BASH__ +- + man1=$(MANPREFIX)/man1 +@@ -24,6 +22,6 @@ + yodl.man: yodl.yo ../Makefile +- yodl2man $< ++ yodl2man yodl.yo + + $(man1)/yodl.1: yodl.man +- cp $< $@ ++ cp yodl.man $@ + +@@ -34,6 +32,6 @@ + yodlconverters.man: yodlconverters.yo ../Makefile +- yodl2man $< ++ yodl2man yodlconverters.yo + + $(man1)/yodlconverters.1: yodlconverters.man +- cp $< $@ ++ cp yodlconverters.man $@ + +@@ -48,3 +46,3 @@ + $(man7)/yodlmacros.7: yodlmacros.man +- cp $< $@ ++ cp yodlmacros.man $@ + +@@ -55,6 +53,6 @@ + yodlmanpage.man: yodlmanpage.yo ../Makefile +- yodl2man $< ++ yodl2man yodlmanpage.yo + + $(man7)/yodlmanpage.7: yodlmanpage.man +- cp $< $@ ++ cp yodlmanpage.man $@ + +@@ -65,6 +63,6 @@ + striproff.man: striproff.yo ../Makefile +- yodl2man $< ++ yodl2man striproff.yo + + $(man1)/striproff.1: striproff.man +- cp $< $@ ++ cp striproff.man $@ |
