summaryrefslogtreecommitdiff
path: root/editors/yudit
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-06-29 22:53:21 +0000
committerjoerg <joerg@pkgsrc.org>2007-06-29 22:53:21 +0000
commita3b1edde68fdae691fccf4b50c938c1a83c6072c (patch)
tree8ae369515f77e8be83a7fa2bc7bbb5b59bbe1119 /editors/yudit
parentad2fd82d44692a23421fed721d7d6cfd2509ff66 (diff)
downloadpkgsrc-a3b1edde68fdae691fccf4b50c938c1a83c6072c.tar.gz
Install only mo files. Use msgmerge and not msgfmt as dependency.
Diffstat (limited to 'editors/yudit')
-rw-r--r--editors/yudit/Makefile4
-rw-r--r--editors/yudit/distinfo3
-rw-r--r--editors/yudit/patches/patch-aa13
3 files changed, 17 insertions, 3 deletions
diff --git a/editors/yudit/Makefile b/editors/yudit/Makefile
index a454ecffa7d..9b01485e44d 100644
--- a/editors/yudit/Makefile
+++ b/editors/yudit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2007/06/27 12:57:20 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2007/06/29 22:53:21 joerg Exp $
DISTNAME= yudit-2.8.1
CATEGORIES= editors
@@ -10,7 +10,7 @@ HOMEPAGE= http://yudit.org/
COMMENT= Unicode Text Editor
USE_LANGUAGES= c c++
-USE_TOOLS+= gmake msgfmt
+USE_TOOLS+= gmake msgmerge
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-x
diff --git a/editors/yudit/distinfo b/editors/yudit/distinfo
index 8cfaf18ec57..9b6486e9616 100644
--- a/editors/yudit/distinfo
+++ b/editors/yudit/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.9 2006/08/07 23:54:17 wiz Exp $
+$NetBSD: distinfo,v 1.10 2007/06/29 22:53:21 joerg Exp $
SHA1 (yudit-2.8.1.tar.bz2) = 6de6337aa90cb89c6b6dd028f66cbfc29c0d874c
RMD160 (yudit-2.8.1.tar.bz2) = 61c085bd903fa4760dffc0c2204b732f0a060ef2
Size (yudit-2.8.1.tar.bz2) = 2113872 bytes
+SHA1 (patch-aa) = 15aaa1323f8a84717637f18f308148337eb46969
diff --git a/editors/yudit/patches/patch-aa b/editors/yudit/patches/patch-aa
new file mode 100644
index 00000000000..d53cbe72a6a
--- /dev/null
+++ b/editors/yudit/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2007/06/29 22:53:21 joerg Exp $
+
+--- gui/Makefile.orig 2007-06-29 11:30:17.000000000 +0000
++++ gui/Makefile
+@@ -67,7 +67,7 @@ install:
+ if test ! -d $(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES; then \
+ mkdir -p $(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES; \
+ fi ; \
+- $(INSTALL_DATA) $$i/LC_MESSAGES/messages.[mp]o \
++ $(INSTALL_DATA) $$i/LC_MESSAGES/messages.mo \
+ $(DESTDIR)/$(datadir)/yudit/$$i/LC_MESSAGES ; \
+ echo installing messages for $$i; \
+ done