View | Details | Raw Unified | Return to bug 22939
Collapse All | Expand All

(-)44bsd-more/Makefile (-1 / +1 lines)
Lines 24-30 Link Here
24
post-extract:
24
post-extract:
25
	-cd ${WRKSRC} && co -d${RELDATE} RCS/*,v
25
	-cd ${WRKSRC} && co -d${RELDATE} RCS/*,v
26
26
27
do-patch:
27
post-patch:
28
	${PERL} -pi.orig -e \
28
	${PERL} -pi.orig -e \
29
	    's!/usr/share/misc/more.help!${PREFIX}/share/misc/44bsd-more.help!'\
29
	    's!/usr/share/misc/more.help!${PREFIX}/share/misc/44bsd-more.help!'\
30
	    ${WRKSRC}/pathnames.h
30
	    ${WRKSRC}/pathnames.h
(-)44bsd-more/files/patch-aa (+13 lines)
Line 0 Link Here
1
--- screen.c.orig	Sat Nov 18 22:51:05 2000
2
+++ screen.c	Sat Nov 18 22:54:40 2000
3
@@ -127,8 +127,8 @@
4
  * and needed by, the termcap library.
5
  * It may be necessary on some systems to declare them extern here.
6
  */
7
-/*extern*/ speed_t ospeed;	/* Terminal output baud rate */
8
-/*extern*/ char PC;		/* Pad character */
9
+/*extern speed_t ospeed;*/	/* Terminal output baud rate */
10
+/*extern char PC;*/		/* Pad character */
11
 
12
 extern int back_scroll;
13

Return to bug 22939