diff options
Diffstat (limited to 'textproc/chasen-base/patches/patch-aj')
-rw-r--r-- | textproc/chasen-base/patches/patch-aj | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/chasen-base/patches/patch-aj b/textproc/chasen-base/patches/patch-aj new file mode 100644 index 00000000000..3c2cdb950ab --- /dev/null +++ b/textproc/chasen-base/patches/patch-aj @@ -0,0 +1,13 @@ +$NetBSD: patch-aj,v 1.1.1.1 2002/05/31 13:00:50 seb Exp $ + +--- mkchadic/Makefile.am.orig Sun Jun 24 15:19:02 2001 ++++ mkchadic/Makefile.am +@@ -2,7 +2,7 @@ + LDADD = $(top_builddir)/lib/libchasen.la + DEFS = -DRCPATH=\""$(RCPATH)\"" @DEFS@ + +-pkglibexecdir = ${libexecdir}/chasen ++pkglibexecdir = ${sbindir} + pkglibexec_PROGRAMS = convdic makeint makemat mkary pattool sortdic convary + + convdic_SOURCES = convdic.c |