mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Fix module registration in the post-install target.
Reported by: Dan Reinholz <xaenn@yahoo.com>
This commit is contained in:
parent
f9bae6183e
commit
aa7ab7fdda
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169218
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user