diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-08-16 10:45:27 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-08-16 10:45:27 +0000 |
commit | af465210ca1fb7b508600f3d693053de02491c51 (patch) | |
tree | 5ca1bef9e0cbb881d6a717b592c6b46034ea4178 /textproc/sowing/files/patch-src_tohtml_Makefile.in | |
parent | Remove expired port: (diff) |
Update to version 1.1.18
PR: 201852
Submitted by: tkato432@yahoo.com
Notes
Notes:
svn path=/head/; revision=394399
Diffstat (limited to 'textproc/sowing/files/patch-src_tohtml_Makefile.in')
-rw-r--r-- | textproc/sowing/files/patch-src_tohtml_Makefile.in | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/textproc/sowing/files/patch-src_tohtml_Makefile.in b/textproc/sowing/files/patch-src_tohtml_Makefile.in index eadcb75ca457..cecd7f4ea1bf 100644 --- a/textproc/sowing/files/patch-src_tohtml_Makefile.in +++ b/textproc/sowing/files/patch-src_tohtml_Makefile.in @@ -1,6 +1,6 @@ ---- ./src/tohtml/Makefile.in.orig 2009-12-28 17:03:12.000000000 +0100 -+++ ./src/tohtml/Makefile.in 2009-12-30 14:36:54.000000000 +0100 -@@ -4,14 +4,14 @@ +--- src/tohtml/Makefile.in.orig 2015-07-06 18:26:48 UTC ++++ src/tohtml/Makefile.in +@@ -6,7 +6,7 @@ INSTALL_DATA = @INSTALL_DATA@ include ../../Makerules top_srcdir=@top_srcdir@ srcdir=@srcdir@ @@ -9,18 +9,12 @@ @VPATH@ LIBS = ../../lib/libsowing.a - INCLUDES = -I${top_srcdir}/include -I. -I../../include - DEFS = -DPSPATH='"@bindir@/"' \ -- -DBMSOURCE='"@datarootdir@/"' \ -- -DBASEDEF='"@datarootdir@/basedefs.txt"' -+ -DBMSOURCE='"@datadir@/"' \ -+ -DBASEDEF='"@datadir@/basedefs.txt"' - PROGRAMS = tohtml tortf +@@ -39,7 +39,7 @@ distclean: clean - BASEOBJS = search.o texactio.o rdaux.o rdindx.o label.o scan.o \ -@@ -40,4 +40,4 @@ install: $(INSTALL_PROGRAM) tohtml @bindir@/tohtml - $(INSTALL_PROGRAM) xwdsize @bindir@/xwdsize -- $(INSTALL_DATA) basedefs.txt @datarootdir@/basedefs.txt -+ $(INSTALL_DATA) basedefs.txt @datadir@/basedefs.txt +- $(INSTALL_DATA) ../../share/basedefs.txt @datarootdir@/basedefs.txt ++ $(INSTALL_DATA) ../../share/basedefs.txt @datadir@/basedefs.txt + + # We no longer need this program, which is good because X11 is getting + # harder to find |