aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/uim-m17nlib
diff options
context:
space:
mode:
authornobutaka <nobutaka@FreeBSD.org>2006-08-01 00:14:12 +0800
committernobutaka <nobutaka@FreeBSD.org>2006-08-01 00:14:12 +0800
commit241a95520b9fb0ab4280455cff15d0093cf39e08 (patch)
tree5ae45c5c7d3dca92653dd43f0c68272caae78a79 /textproc/uim-m17nlib
parent8bb59399598289828d441efbb97a7415d963e489 (diff)
downloadfreebsd-ports-gnome-241a95520b9fb0ab4280455cff15d0093cf39e08.tar.gz
freebsd-ports-gnome-241a95520b9fb0ab4280455cff15d0093cf39e08.tar.zst
freebsd-ports-gnome-241a95520b9fb0ab4280455cff15d0093cf39e08.zip
Fix module registration in the post-install target.
Reported by: Dan Reinholz <xaenn@yahoo.com>
Diffstat (limited to 'textproc/uim-m17nlib')
-rw-r--r--textproc/uim-m17nlib/Makefile4
1 files 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"