summaryrefslogtreecommitdiff
path: root/devel/ncurses
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-12-28 20:03:08 +0000
committertron <tron@pkgsrc.org>1998-12-28 20:03:08 +0000
commitb88c1c12672d4e9c7d45394f1d3181edd8f50b7a (patch)
tree4ddf39d668917a078b382b95947c022c38a9dbf2 /devel/ncurses
parent0e73f6616db8608e6d01b1b0fa0840c51f35d814 (diff)
downloadpkgsrc-b88c1c12672d4e9c7d45394f1d3181edd8f50b7a.tar.gz
Preprocess "terminfo.5" with "tbl", fixes PR pkg/6627 by Greg A. Woods.
Diffstat (limited to 'devel/ncurses')
-rw-r--r--devel/ncurses/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/ncurses/patches/patch-ad b/devel/ncurses/patches/patch-ad
new file mode 100644
index 00000000000..32d5a7cb3ee
--- /dev/null
+++ b/devel/ncurses/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.1 1998/12/28 20:03:08 tron Exp $
+
+--- man/Makefile.in.orig Sun Aug 4 03:16:40 1996
++++ man/Makefile.in Mon Dec 28 20:16:31 1998
+@@ -48,7 +48,7 @@
+ # We compose terminfo.5 from the real sources...
+ CAPLIST=$(srcdir)/../include/Caps
+ terminfo.5: $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail Makefile $(srcdir)/MKterminfo.sh
+- sh $(srcdir)/MKterminfo.sh $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail >terminfo.5
++ sh $(srcdir)/MKterminfo.sh $(srcdir)/terminfo.head $(CAPLIST) $(srcdir)/terminfo.tail | tbl >terminfo.5
+
+ clean mostlyclean:
+ rm -f terminfo.5