mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
17 lines
627 B
Plaintext
17 lines
627 B
Plaintext
bin/gmake
|
|
@unexec install-info --delete %D/info/make.info %D/info/dir
|
|
info/make.info
|
|
@exec install-info %D/info/make.info %D/info/dir
|
|
share/locale/de/LC_MESSAGES/make.mo
|
|
share/locale/es/LC_MESSAGES/make.mo
|
|
share/locale/fr/LC_MESSAGES/make.mo
|
|
share/locale/ko/LC_MESSAGES/make.mo
|
|
share/locale/ja/LC_MESSAGES/make.mo
|
|
share/locale/nl/LC_MESSAGES/make.mo
|
|
share/locale/pl/LC_MESSAGES/make.mo
|
|
share/locale/pt_BR/LC_MESSAGES/make.mo
|
|
share/locale/ru/LC_MESSAGES/make.mo
|
|
@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
|
|
@unexec rmdir %D/share/locale/* 2>/dev/null || true
|
|
@unexec rmdir %D/share/locale 2>/dev/null || true
|