summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-04-07 00:44:53 +0000
committerminskim <minskim@pkgsrc.org>2006-04-07 00:44:53 +0000
commit750a413f0bffb465d9cad38d396d55eff9fea361 (patch)
treee51c3f11d95bab0dac21ca76695c13276ae859a3 /editors
parent896408da3dd7bc14aecea12bf047e8a88cffbc00 (diff)
downloadpkgsrc-750a413f0bffb465d9cad38d396d55eff9fea361.tar.gz
Do not create a directory for tex files, because they are installed in
PKG_LOCALTEXMFPREFIX.
Diffstat (limited to 'editors')
-rw-r--r--editors/lyx-qt/distinfo4
-rw-r--r--editors/lyx-qt/patches/patch-af17
2 files changed, 15 insertions, 6 deletions
diff --git a/editors/lyx-qt/distinfo b/editors/lyx-qt/distinfo
index 9000da2a987..5e59720e5d5 100644
--- a/editors/lyx-qt/distinfo
+++ b/editors/lyx-qt/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.13 2006/01/18 21:00:45 reed Exp $
+$NetBSD: distinfo,v 1.14 2006/04/07 00:44:53 minskim Exp $
SHA1 (lyx-1.3.7.tar.bz2) = 7f2620ed179f669ee3ee875170d1ea8193ee55fd
RMD160 (lyx-1.3.7.tar.bz2) = a91d94a71a8c057941b6047f4dec92f3480a94f3
Size (lyx-1.3.7.tar.bz2) = 5893780 bytes
SHA1 (patch-aa) = 90a09a1adbb899cbaf063d4d7f46dc77f78a62da
SHA1 (patch-ab) = 177dbc39700f27ef81ff08e97c34ed781c9cb1d2
-SHA1 (patch-af) = 6b259210b1cf0c5a4fbbfb47432a7dd6e499bb8b
+SHA1 (patch-af) = f31afdb4145ae1245e23dd1189da9d2a3d0cce60
SHA1 (patch-ah) = 278f5deaf94c1082b755af3cb9511bc2f68231ba
SHA1 (patch-ai) = ddd905f335293fa510745c5fe4f8011a5b3a1d9e
SHA1 (patch-aj) = 9df1c4cf92281c332efef921b24089ad2d86454c
diff --git a/editors/lyx-qt/patches/patch-af b/editors/lyx-qt/patches/patch-af
index 04f1b40155c..cbfda677edf 100644
--- a/editors/lyx-qt/patches/patch-af
+++ b/editors/lyx-qt/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.4 2006/01/18 21:00:45 reed Exp $
+$NetBSD: patch-af,v 1.5 2006/04/07 00:44:53 minskim Exp $
---- lib/Makefile.in.orig 2006-01-16 06:51:40.000000000 -0800
-+++ lib/Makefile.in 2006-01-17 10:46:05.000000000 -0800
-@@ -244,7 +244,7 @@
+--- lib/Makefile.in.orig 2006-01-16 14:51:40.000000000 +0000
++++ lib/Makefile.in
+@@ -244,7 +244,7 @@ TEMPL = templates/*.lyx
TEXSUPPORT = tex/*.cls tex/*.sty
UI = ui/*.ui
LIBINSTFILES = $(BIND) $(CLIPART) $(DOCINST) $(EXAMPLES) $(HELP) $(IMAGES) \
@@ -11,3 +11,12 @@ $NetBSD: patch-af,v 1.4 2006/01/18 21:00:45 reed Exp $
LIBDISTFILES = $(BIND) $(CLIPART) $(DOCDIST) $(EXAMPLES) $(HELP) $(IMAGES) \
$(KBD) $(LAYOUT) $(TEMPL) $(UI) $(TEXSUPPORT) $(LYXSCRIPTS)
+@@ -254,7 +254,7 @@ pkgdata_DATA = lyxrc.example CREDITS chk
+ encodings languages symbols
+
+ LYXLIBDIRS = bind clipart doc examples help images images/math kbd layouts lyx2lyx scripts \
+- templates tex ui
++ templates ui
+
+ EXTRA_DIST = CREDITS chkconfig.ltx lyxrc.example \
+ external_templates bind clipart doc examples help images \