diff options
author | wiz <wiz@pkgsrc.org> | 2017-09-26 10:26:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-09-26 10:26:54 +0000 |
commit | ae5685dfc979dd70b9f69468783b7431741f7989 (patch) | |
tree | cee945eb76dff1c09675480edc4417fe2da69fe7 /finance/kmymoney2/patches/patch-ad | |
parent | 7843a1f099ae31d8c53173372461e920c9206eff (diff) | |
download | pkgsrc-ae5685dfc979dd70b9f69468783b7431741f7989.tar.gz |
*: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
Diffstat (limited to 'finance/kmymoney2/patches/patch-ad')
-rw-r--r-- | finance/kmymoney2/patches/patch-ad | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/finance/kmymoney2/patches/patch-ad b/finance/kmymoney2/patches/patch-ad deleted file mode 100644 index e23b58c337d..00000000000 --- a/finance/kmymoney2/patches/patch-ad +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ad,v 1.5 2009/09/02 10:05:52 wiz Exp $ - ---- developer-doc/phb/Makefile.in.orig 2009-02-24 02:13:54.000000000 -0500 -+++ developer-doc/phb/Makefile.in 2009-05-23 13:17:59.000000000 -0400 -@@ -499,9 +499,9 @@ all: $(TARGETS) $(PDF_TARGET) - - phb.html: $(DOCBOOK_FILES) - @if test -e $(MEINPROC); then \ -- echo $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook -o phb.html; \ -+ echo $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/kde/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook -o phb.html; \ - echo sed -i "s/ISO-8859-1/UTF-8/g" phb.html; \ -- $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook --stdout | sed "s/ISO-8859-1/UTF-8/g" > phb.html; \ -+ $(MEINPROC) --stylesheet $(kde_libs_prefix)/share/kde/apps/ksgmltools2/customization/$(STYLESHEET) $(srcdir)/phb.docbook --stdout | sed "s/ISO-8859-1/UTF-8/g" > phb.html; \ - fi - - preview: phb.html |