diff options
author | Rene Ladan <rene@FreeBSD.org> | 2024-07-16 22:25:34 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2024-07-16 22:25:34 +0200 |
commit | 3f965549b90a9bca4abdee686b41b2331b06df6c (patch) | |
tree | d1c86e969021f9da88b3facbd4aa178d309ab652 /textproc/liblingoteach/files | |
parent | misc/lingoteach: Remove expired port (diff) |
textproc/liblingoteach: Remove expired port
2024-07-16 textproc/liblingoteach: Abandonware, last activity 18+ years ago and fails to build with libxml2 2.13.0 (PR 279705)
Diffstat (limited to 'textproc/liblingoteach/files')
-rw-r--r-- | textproc/liblingoteach/files/patch-doc__Makefile.in | 22 | ||||
-rw-r--r-- | textproc/liblingoteach/files/patch-liblingoteach.pc.in | 9 |
2 files changed, 0 insertions, 31 deletions
diff --git a/textproc/liblingoteach/files/patch-doc__Makefile.in b/textproc/liblingoteach/files/patch-doc__Makefile.in deleted file mode 100644 index 3cce8a3c4b73..000000000000 --- a/textproc/liblingoteach/files/patch-doc__Makefile.in +++ /dev/null @@ -1,22 +0,0 @@ ---- doc/Makefile.in.orig 2014-06-03 00:20:20.000000000 +0400 -+++ doc/Makefile.in 2014-06-03 04:37:01.000000000 +0400 -@@ -88,7 +88,7 @@ - am__quote = @am__quote@ - install_sh = @install_sh@ - --DOC_MODULE = liblingoteach-$(VERSION) -+DOC_MODULE = liblingoteach - HTML_DIR = $(datadir)/doc - subdir = doc - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -@@ -215,8 +215,8 @@ - - - install: all -- -mkdir -p $(HTML_DIR)/$(DOC_MODULE) -- -cp -r html $(HTML_DIR)/$(DOC_MODULE) -+ -mkdir -p $(DESTDIR)$(HTML_DIR)/$(DOC_MODULE) -+ -cp -r html $(DESTDIR)$(HTML_DIR)/$(DOC_MODULE) - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. - .NOEXPORT: diff --git a/textproc/liblingoteach/files/patch-liblingoteach.pc.in b/textproc/liblingoteach/files/patch-liblingoteach.pc.in deleted file mode 100644 index b09a8e2e8ea3..000000000000 --- a/textproc/liblingoteach/files/patch-liblingoteach.pc.in +++ /dev/null @@ -1,9 +0,0 @@ ---- liblingoteach.pc.in.orig Fri Jun 3 21:28:42 2005 -+++ liblingoteach.pc.in Fri Jun 3 21:28:56 2005 -@@ -8,5 +8,5 @@ - Version: @VERSION@ - Description: libLingoteach library. - Requires: libxml-2.0 --Libs: -L${libdir} -llingoteach -+Libs: -L${libdir} -llingoteach -lxml2 - Cflags: -I${includedir}/lingoteach |