diff options
-rw-r--r-- | editors/yudit/Makefile | 4 | ||||
-rw-r--r-- | editors/yudit/distinfo | 3 | ||||
-rw-r--r-- | editors/yudit/patches/patch-aa | 13 |
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 |