1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/editors/the/files/patch-aa
Satoshi Taoka e616f0ba0c The Hessling Editor, an implementation of the xedit editor
PR:		10846
Submitted by:	Pedro F. Giffuni <giffunip@asme.org>
1999-04-30 08:42:12 +00:00

63 lines
2.6 KiB
Plaintext

*** Makefile.in.orig Sat Dec 19 23:53:42 1998
--- Makefile.in Sun Mar 28 17:49:45 1999
***************
*** 28,34 ****
CFLAGS = @CFLAGS@
INCDIR = $(srcdir)
! CPPFLAGS = -I. -I$(INCDIR) @DEFS@ @SYS_DEFS@ -DTHE_HOME_DIRECTORY=\"$(prefix)/THE/\"
CCFLAGS = -c $(CFLAGS) $(CPPFLAGS) @MH_CURSES_INC@ @MH_REXX_INC@
--- 28,34 ----
CFLAGS = @CFLAGS@
INCDIR = $(srcdir)
! CPPFLAGS = -I. -I$(INCDIR) @DEFS@ @SYS_DEFS@ -DTHE_HOME_DIRECTORY=\"$(libdir)/THE/\"
CCFLAGS = -c $(CFLAGS) $(CPPFLAGS) @MH_CURSES_INC@ @MH_REXX_INC@
***************
*** 122,141 ****
install: ./the help
$(INSTALL_DATA) -m 755 -d $(exec_prefix)/bin
! $(INSTALL_DATA) -m 755 -d $(prefix)/THE
$(INSTALL) -m 755 ./the $(exec_prefix)/bin/the
! $(INSTALL_DATA) $(srcdir)/append.the $(prefix)/THE/append.the
! $(INSTALL_DATA) $(srcdir)/comm.the $(prefix)/THE/comm.the
! $(INSTALL_DATA) $(srcdir)/uncomm.the $(prefix)/THE/uncomm.the
! $(INSTALL_DATA) $(srcdir)/total.the $(prefix)/THE/total.the
! $(INSTALL_DATA) $(srcdir)/match.the $(prefix)/THE/match.the
! $(INSTALL_DATA) $(srcdir)/rm.the $(prefix)/THE/rm.the
! $(INSTALL_DATA) $(srcdir)/words.the $(prefix)/THE/words.the
! $(INSTALL_DATA) $(srcdir)/l.the $(prefix)/THE/l.the
! $(INSTALL_DATA) $(srcdir)/compile.the $(prefix)/THE/compile.the
! $(INSTALL_DATA) $(srcdir)/spell.the $(prefix)/THE/spell.the
! $(INSTALL_DATA) $(srcdir)/demo.the $(prefix)/THE/demo.the
! $(INSTALL_DATA) $(srcdir)/THE_Help.txt $(prefix)/THE/THE_Help.txt
clean:
-rm -f *.o trace the manext *.man *.htm THE_Help* *.gif
--- 122,141 ----
install: ./the help
$(INSTALL_DATA) -m 755 -d $(exec_prefix)/bin
! $(INSTALL_DATA) -m 755 -d $(libdir)/THE
$(INSTALL) -m 755 ./the $(exec_prefix)/bin/the
! $(INSTALL_DATA) $(srcdir)/append.the $(libdir)/THE/append.the
! $(INSTALL_DATA) $(srcdir)/comm.the $(libdir)/THE/comm.the
! $(INSTALL_DATA) $(srcdir)/uncomm.the $(libdir)/THE/uncomm.the
! $(INSTALL_DATA) $(srcdir)/total.the $(libdir)/THE/total.the
! $(INSTALL_DATA) $(srcdir)/match.the $(libdir)/THE/match.the
! $(INSTALL_DATA) $(srcdir)/rm.the $(libdir)/THE/rm.the
! $(INSTALL_DATA) $(srcdir)/words.the $(libdir)/THE/words.the
! $(INSTALL_DATA) $(srcdir)/l.the $(libdir)/THE/l.the
! $(INSTALL_DATA) $(srcdir)/compile.the $(libdir)/THE/compile.the
! $(INSTALL_DATA) $(srcdir)/spell.the $(libdir)/THE/spell.the
! $(INSTALL_DATA) $(srcdir)/demo.the $(libdir)/THE/demo.the
! $(INSTALL_DATA) $(srcdir)/THE_Help.txt $(libdir)/THE/THE_Help.txt
clean:
-rm -f *.o trace the manext *.man *.htm THE_Help* *.gif