1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/misc/screen/files/patch-aa

30 lines
890 B
Plaintext
Raw Normal View History

1995-01-18 01:29:54 +00:00
*** Makefile.in.bak Mon Jan 16 17:59:20 1995
--- Makefile.in Wed Jan 18 04:13:40 1995
1994-11-20 17:04:03 +00:00
***************
1995-01-18 01:29:54 +00:00
*** 20,26 ****
1994-12-02 01:10:29 +00:00
ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
1994-11-20 17:04:03 +00:00
1995-01-18 01:29:54 +00:00
CC = @CC@
- CFLAGS = -O
LDFLAGS =
LIBS = @LIBS@
1994-12-02 01:10:29 +00:00
1995-01-18 01:29:54 +00:00
--- 20,25 ----
1994-11-20 17:04:03 +00:00
***************
1995-01-18 01:29:54 +00:00
*** 79,85 ****
1994-12-02 01:10:29 +00:00
install: install_bin
1995-01-18 01:29:54 +00:00
cd doc ; $(MAKE) install
1994-12-02 01:10:29 +00:00
! -tic ${srcdir}/terminfo/screeninfo.src
# Better do this by hand. E.g. under RCS...
# cat ${srcdir}/terminfo/screencap >> /etc/termcap
1995-01-18 01:29:54 +00:00
@echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
--- 78,84 ----
1994-12-02 01:10:29 +00:00
install: install_bin
1995-01-18 01:29:54 +00:00
cd doc ; $(MAKE) install
1994-12-02 01:10:29 +00:00
! # -tic ${srcdir}/terminfo/screeninfo.src
# Better do this by hand. E.g. under RCS...
# cat ${srcdir}/terminfo/screencap >> /etc/termcap
1995-01-18 01:29:54 +00:00
@echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."