head 1.2; access; symbols OPENPKG_E1_MP_HEAD:1.1 OPENPKG_E1_MP:1.1 OPENPKG_E1_MP_2_STABLE:1.1.2.2 OPENPKG_E1_FP:1.1.2.2 OPENPKG_2_STABLE_MP:1.1 OPENPKG_2_STABLE_20061018:1.1.2.2 OPENPKG_2_STABLE:1.1.0.2; locks; strict; comment @# @; 1.2 date 2009.03.27.08.46.23; author rse; state Exp; branches; next 1.1; commitid VBNg66MYqckkiEHt; 1.1 date 2006.04.02.11.28.35; author rse; state Exp; branches 1.1.2.1; next ; commitid vVMReTh3sIydeArr; 1.1.2.1 date 2006.04.02.11.28.35; author rse; state dead; branches; next 1.1.2.2; commitid iZxwRSmmWscPXUQr; 1.1.2.2 date 2006.10.16.14.57.12; author rse; state Exp; branches; next ; commitid iZxwRSmmWscPXUQr; desc @@ 1.2 log @upgrading package: the 3.2 -> 3.3b3 @ text @Index: Makefile.in --- Makefile.in.orig 2008-02-29 01:56:44 +0100 +++ Makefile.in 2009-03-27 09:41:15 +0100 @@@@ -45,7 +45,7 @@@@ THETYPE = @@THETYPE@@ INCDIR = $(srcdir) -CPPFLAGS = -I. -I$(INCDIR) $(DEBUG) @@DEFS@@ @@SYS_DEFS@@ -DTHE_HOME_DIRECTORY=\"$(datadir)/THE/\" +CPPFLAGS = -I. -I$(INCDIR) $(DEBUG) @@DEFS@@ @@SYS_DEFS@@ -DTHE_HOME_DIRECTORY=\"$(datadir)/the/\" CCFLAGS = -c $(CFLAGS) $(CPPFLAGS) @@REXX_INCLUDES@@ @@MH_CURSES_INC@@ @@@@ -285,29 +285,29 @@@@ installdoc: the.man THE_Help.txt $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 - $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/THE + $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/the $(INSTALL) -m 644 -c $(srcdir)/the.1 $(DESTDIR)$(mandir)/man1/the.1 - $(INSTALL) -m 644 -c ./THE_Help.txt $(DESTDIR)$(datadir)/THE/THE_Help.txt - $(INSTALL) -m 644 -c $(srcdir)/append.the $(DESTDIR)$(datadir)/THE/append.the - $(INSTALL) -m 644 -c $(srcdir)/comm.the $(DESTDIR)$(datadir)/THE/comm.the - $(INSTALL) -m 644 -c $(srcdir)/build.the $(DESTDIR)$(datadir)/THE/build.the - $(INSTALL) -m 644 -c $(srcdir)/uncomm.the $(DESTDIR)$(datadir)/THE/uncomm.the - $(INSTALL) -m 644 -c $(srcdir)/total.the $(DESTDIR)$(datadir)/THE/total.the - $(INSTALL) -m 644 -c $(srcdir)/match.the $(DESTDIR)$(datadir)/THE/match.the - $(INSTALL) -m 644 -c $(srcdir)/rm.the $(DESTDIR)$(datadir)/THE/rm.the - $(INSTALL) -m 644 -c $(srcdir)/nl.the $(DESTDIR)$(datadir)/THE/nl.the - $(INSTALL) -m 644 -c $(srcdir)/words.the $(DESTDIR)$(datadir)/THE/words.the - $(INSTALL) -m 644 -c $(srcdir)/l.the $(DESTDIR)$(datadir)/THE/l.the - $(INSTALL) -m 644 -c $(srcdir)/compile.the $(DESTDIR)$(datadir)/THE/compile.the - $(INSTALL) -m 644 -c $(srcdir)/spell.the $(DESTDIR)$(datadir)/THE/spell.the - $(INSTALL) -m 644 -c $(srcdir)/demo.the $(DESTDIR)$(datadir)/THE/demo.the - $(INSTALL) -m 644 -c $(srcdir)/cua.the $(DESTDIR)$(datadir)/THE/cua.the - $(INSTALL) -m 644 -c $(srcdir)/config.the $(DESTDIR)$(datadir)/THE/config.the - $(INSTALL) -m 644 -c $(srcdir)/tags.the $(DESTDIR)$(datadir)/THE/tags.the - $(INSTALL) -m 644 -c $(srcdir)/codecomp.the $(DESTDIR)$(datadir)/THE/codecomp.the + $(INSTALL) -m 644 -c ./THE_Help.txt $(DESTDIR)$(datadir)/the/THE_Help.txt + $(INSTALL) -m 644 -c $(srcdir)/append.the $(DESTDIR)$(datadir)/the/append.the + $(INSTALL) -m 644 -c $(srcdir)/comm.the $(DESTDIR)$(datadir)/the/comm.the + $(INSTALL) -m 644 -c $(srcdir)/build.the $(DESTDIR)$(datadir)/the/build.the + $(INSTALL) -m 644 -c $(srcdir)/uncomm.the $(DESTDIR)$(datadir)/the/uncomm.the + $(INSTALL) -m 644 -c $(srcdir)/total.the $(DESTDIR)$(datadir)/the/total.the + $(INSTALL) -m 644 -c $(srcdir)/match.the $(DESTDIR)$(datadir)/the/match.the + $(INSTALL) -m 644 -c $(srcdir)/rm.the $(DESTDIR)$(datadir)/the/rm.the + $(INSTALL) -m 644 -c $(srcdir)/nl.the $(DESTDIR)$(datadir)/the/nl.the + $(INSTALL) -m 644 -c $(srcdir)/words.the $(DESTDIR)$(datadir)/the/words.the + $(INSTALL) -m 644 -c $(srcdir)/l.the $(DESTDIR)$(datadir)/the/l.the + $(INSTALL) -m 644 -c $(srcdir)/compile.the $(DESTDIR)$(datadir)/the/compile.the + $(INSTALL) -m 644 -c $(srcdir)/spell.the $(DESTDIR)$(datadir)/the/spell.the + $(INSTALL) -m 644 -c $(srcdir)/demo.the $(DESTDIR)$(datadir)/the/demo.the + $(INSTALL) -m 644 -c $(srcdir)/cua.the $(DESTDIR)$(datadir)/the/cua.the + $(INSTALL) -m 644 -c $(srcdir)/config.the $(DESTDIR)$(datadir)/the/config.the + $(INSTALL) -m 644 -c $(srcdir)/tags.the $(DESTDIR)$(datadir)/the/tags.the + $(INSTALL) -m 644 -c $(srcdir)/codecomp.the $(DESTDIR)$(datadir)/the/codecomp.the for a in $(srcdir)/*.tld; do \ bn=`basename $$a`; \ - $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ + $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/the/$$bn; \ done; binary: $(BASE_BINARY) @ 1.1 log @new package: the 3.2 (The Hessling Editor (THE)) @ text @d2 3 a4 3 --- Makefile.in.orig 2006-01-30 09:08:34 +0100 +++ Makefile.in 2006-04-02 13:22:20 +0200 @@@@ -43,7 +43,8 @@@@ d8 2 a9 3 -CPPFLAGS = -I. -I$(INCDIR) @@DEFS@@ @@SYS_DEFS@@ -DTHE_HOME_DIRECTORY=\"$(datadir)/THE/\" +THEHOME = $(prefix)/share/the +CPPFLAGS = -I. -I$(INCDIR) @@DEFS@@ @@SYS_DEFS@@ -DTHE_HOME_DIRECTORY=\"$(THEHOME)/\" d13 3 a15 3 @@@@ -278,30 +279,30 @@@@ installbase: $(THEBIN) the.man THE_Help.txt $(INSTALL) -m 755 -d $(DESTDIR)$(bindir) d18 1 a18 2 + $(INSTALL) -m 755 -d $(DESTDIR)$(THEHOME) $(INSTALL) -m 755 -c ./$(THEBIN) $(DESTDIR)$(bindir)/$(THEBIN) d38 18 a55 18 + $(INSTALL) -m 644 -c ./THE_Help.txt $(DESTDIR)$(THEHOME)/THE_Help.txt + $(INSTALL) -m 644 -c $(srcdir)/append.the $(DESTDIR)$(THEHOME)/append.the + $(INSTALL) -m 644 -c $(srcdir)/comm.the $(DESTDIR)$(THEHOME)/comm.the + $(INSTALL) -m 644 -c $(srcdir)/build.the $(DESTDIR)$(THEHOME)/build.the + $(INSTALL) -m 644 -c $(srcdir)/uncomm.the $(DESTDIR)$(THEHOME)/uncomm.the + $(INSTALL) -m 644 -c $(srcdir)/total.the $(DESTDIR)$(THEHOME)/total.the + $(INSTALL) -m 644 -c $(srcdir)/match.the $(DESTDIR)$(THEHOME)/match.the + $(INSTALL) -m 644 -c $(srcdir)/rm.the $(DESTDIR)$(THEHOME)/rm.the + $(INSTALL) -m 644 -c $(srcdir)/nl.the $(DESTDIR)$(THEHOME)/nl.the + $(INSTALL) -m 644 -c $(srcdir)/words.the $(DESTDIR)$(THEHOME)/words.the + $(INSTALL) -m 644 -c $(srcdir)/l.the $(DESTDIR)$(THEHOME)/l.the + $(INSTALL) -m 644 -c $(srcdir)/compile.the $(DESTDIR)$(THEHOME)/compile.the + $(INSTALL) -m 644 -c $(srcdir)/spell.the $(DESTDIR)$(THEHOME)/spell.the + $(INSTALL) -m 644 -c $(srcdir)/demo.the $(DESTDIR)$(THEHOME)/demo.the + $(INSTALL) -m 644 -c $(srcdir)/cua.the $(DESTDIR)$(THEHOME)/cua.the + $(INSTALL) -m 644 -c $(srcdir)/config.the $(DESTDIR)$(THEHOME)/config.the + $(INSTALL) -m 644 -c $(srcdir)/tags.the $(DESTDIR)$(THEHOME)/tags.the + $(INSTALL) -m 644 -c $(srcdir)/codecomp.the $(DESTDIR)$(THEHOME)/codecomp.the d59 1 a59 1 + $(INSTALL) -m 644 -c $$a $(DESTDIR)$(THEHOME)/$$bn; \ @ 1.1.2.1 log @file the.patch was added on branch OPENPKG_2_STABLE on 2006-10-16 14:57:12 +0000 @ text @d1 64 @ 1.1.2.2 log @Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class) @ text @a0 64 Index: Makefile.in --- Makefile.in.orig 2006-01-30 09:08:34 +0100 +++ Makefile.in 2006-04-02 13:22:20 +0200 @@@@ -43,7 +43,8 @@@@ THETYPE = @@THETYPE@@ INCDIR = $(srcdir) -CPPFLAGS = -I. -I$(INCDIR) @@DEFS@@ @@SYS_DEFS@@ -DTHE_HOME_DIRECTORY=\"$(datadir)/THE/\" +THEHOME = $(prefix)/share/the +CPPFLAGS = -I. -I$(INCDIR) @@DEFS@@ @@SYS_DEFS@@ -DTHE_HOME_DIRECTORY=\"$(THEHOME)/\" CCFLAGS = -c $(CFLAGS) $(CPPFLAGS) @@REXX_INCLUDES@@ @@MH_CURSES_INC@@ @@@@ -278,30 +279,30 @@@@ installbase: $(THEBIN) the.man THE_Help.txt $(INSTALL) -m 755 -d $(DESTDIR)$(bindir) $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 - $(INSTALL) -m 755 -d $(DESTDIR)$(datadir)/THE + $(INSTALL) -m 755 -d $(DESTDIR)$(THEHOME) $(INSTALL) -m 755 -c ./$(THEBIN) $(DESTDIR)$(bindir)/$(THEBIN) $(INSTALL) -m 644 -c $(srcdir)/the.1 $(DESTDIR)$(mandir)/man1/the.1 - $(INSTALL) -m 644 -c ./THE_Help.txt $(DESTDIR)$(datadir)/THE/THE_Help.txt - $(INSTALL) -m 644 -c $(srcdir)/append.the $(DESTDIR)$(datadir)/THE/append.the - $(INSTALL) -m 644 -c $(srcdir)/comm.the $(DESTDIR)$(datadir)/THE/comm.the - $(INSTALL) -m 644 -c $(srcdir)/build.the $(DESTDIR)$(datadir)/THE/build.the - $(INSTALL) -m 644 -c $(srcdir)/uncomm.the $(DESTDIR)$(datadir)/THE/uncomm.the - $(INSTALL) -m 644 -c $(srcdir)/total.the $(DESTDIR)$(datadir)/THE/total.the - $(INSTALL) -m 644 -c $(srcdir)/match.the $(DESTDIR)$(datadir)/THE/match.the - $(INSTALL) -m 644 -c $(srcdir)/rm.the $(DESTDIR)$(datadir)/THE/rm.the - $(INSTALL) -m 644 -c $(srcdir)/nl.the $(DESTDIR)$(datadir)/THE/nl.the - $(INSTALL) -m 644 -c $(srcdir)/words.the $(DESTDIR)$(datadir)/THE/words.the - $(INSTALL) -m 644 -c $(srcdir)/l.the $(DESTDIR)$(datadir)/THE/l.the - $(INSTALL) -m 644 -c $(srcdir)/compile.the $(DESTDIR)$(datadir)/THE/compile.the - $(INSTALL) -m 644 -c $(srcdir)/spell.the $(DESTDIR)$(datadir)/THE/spell.the - $(INSTALL) -m 644 -c $(srcdir)/demo.the $(DESTDIR)$(datadir)/THE/demo.the - $(INSTALL) -m 644 -c $(srcdir)/cua.the $(DESTDIR)$(datadir)/THE/cua.the - $(INSTALL) -m 644 -c $(srcdir)/config.the $(DESTDIR)$(datadir)/THE/config.the - $(INSTALL) -m 644 -c $(srcdir)/tags.the $(DESTDIR)$(datadir)/THE/tags.the - $(INSTALL) -m 644 -c $(srcdir)/codecomp.the $(DESTDIR)$(datadir)/THE/codecomp.the + $(INSTALL) -m 644 -c ./THE_Help.txt $(DESTDIR)$(THEHOME)/THE_Help.txt + $(INSTALL) -m 644 -c $(srcdir)/append.the $(DESTDIR)$(THEHOME)/append.the + $(INSTALL) -m 644 -c $(srcdir)/comm.the $(DESTDIR)$(THEHOME)/comm.the + $(INSTALL) -m 644 -c $(srcdir)/build.the $(DESTDIR)$(THEHOME)/build.the + $(INSTALL) -m 644 -c $(srcdir)/uncomm.the $(DESTDIR)$(THEHOME)/uncomm.the + $(INSTALL) -m 644 -c $(srcdir)/total.the $(DESTDIR)$(THEHOME)/total.the + $(INSTALL) -m 644 -c $(srcdir)/match.the $(DESTDIR)$(THEHOME)/match.the + $(INSTALL) -m 644 -c $(srcdir)/rm.the $(DESTDIR)$(THEHOME)/rm.the + $(INSTALL) -m 644 -c $(srcdir)/nl.the $(DESTDIR)$(THEHOME)/nl.the + $(INSTALL) -m 644 -c $(srcdir)/words.the $(DESTDIR)$(THEHOME)/words.the + $(INSTALL) -m 644 -c $(srcdir)/l.the $(DESTDIR)$(THEHOME)/l.the + $(INSTALL) -m 644 -c $(srcdir)/compile.the $(DESTDIR)$(THEHOME)/compile.the + $(INSTALL) -m 644 -c $(srcdir)/spell.the $(DESTDIR)$(THEHOME)/spell.the + $(INSTALL) -m 644 -c $(srcdir)/demo.the $(DESTDIR)$(THEHOME)/demo.the + $(INSTALL) -m 644 -c $(srcdir)/cua.the $(DESTDIR)$(THEHOME)/cua.the + $(INSTALL) -m 644 -c $(srcdir)/config.the $(DESTDIR)$(THEHOME)/config.the + $(INSTALL) -m 644 -c $(srcdir)/tags.the $(DESTDIR)$(THEHOME)/tags.the + $(INSTALL) -m 644 -c $(srcdir)/codecomp.the $(DESTDIR)$(THEHOME)/codecomp.the for a in $(srcdir)/*.tld; do \ bn=`basename $$a`; \ - $(INSTALL) -m 644 -c $$a $(DESTDIR)$(datadir)/THE/$$bn; \ + $(INSTALL) -m 644 -c $$a $(DESTDIR)$(THEHOME)/$$bn; \ done; binary: $(BASE_BINARY) @