From aa7ab7fdda3a591b5f120f58167b26042a272361 Mon Sep 17 00:00:00 2001 From: MANTANI Nobutaka Date: Mon, 31 Jul 2006 16:14:12 +0000 Subject: [PATCH] Fix module registration in the post-install target. Reported by: Dan Reinholz --- textproc/uim-m17nlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/textproc/uim-m17nlib/Makefile b/textproc/uim-m17nlib/Makefile index a7345bb7fc60..632b259f95b2 100644 --- a/textproc/uim-m17nlib/Makefile +++ b/textproc/uim-m17nlib/Makefile @@ -33,9 +33,9 @@ do-install: post-install: .if defined(WITHOUT_X11) - ${LOCALBASE}/bin/uim-module-manager --register anthy + ${LOCALBASE}/bin/uim-module-manager --register m17nlib .else - ${X11BASE}/bin/uim-module-manager --register anthy + ${X11BASE}/bin/uim-module-manager --register m17nlib .endif .include "${MASTERDIR}/Makefile"