mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
14f8ebedeb
PR: 16365 Submitted by: maintainer
17 lines
638 B
Plaintext
17 lines
638 B
Plaintext
bin/ami
|
|
bin/hanja-hwp2ami
|
|
share/ami/gtkrc
|
|
share/ami/hanja.dic
|
|
share/doc/ami/XLC_LOCALE
|
|
@comment copy new locale definition(no harm, so need not be uninstalled)
|
|
@exec if [ -f %D/lib/X11/locale/ko/XLC_LOCALE ]; then mv -f %D/lib/X11/locale/ko/XLC_LOCALE %D/lib/X11/locale/ko/XLC_LOCALE.orig; fi
|
|
@exec cp %D/share/doc/ami/XLC_LOCALE %D/lib/X11/locale/ko/
|
|
@unexec if [ -f %D/lib/X11/locale/ko/XLC_LOCALE.orig ]; then mv -f %D/lib/X11/locale/ko/XLC_LOCALE.orig %D/lib/X11/locale/ko/XLC_LOCALE; fi
|
|
share/doc/ami/AUTHORS
|
|
share/doc/ami/README
|
|
share/doc/ami/NEWS
|
|
share/doc/ami/COPYING
|
|
share/doc/ami/ChangeLog
|
|
@dirrm share/ami
|
|
@dirrm share/doc/ami
|