mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
- Fix PLIST when NLS option is off
This commit is contained in:
parent
07225d9d3f
commit
04b3cf366b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369643
2 changed files with 26 additions and 25 deletions
|
@ -13,6 +13,7 @@ COMMENT= Replacement for getopt(1) that supports GNU-style long options
|
|||
LICENSE= GPLv2
|
||||
|
||||
OPTIONS_DEFINE= DOCS NLS
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
MAKE_ARGS= CC=${CC} LIBCGETOPT=0
|
||||
USES= gmake
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
bin/getopt
|
||||
man/man1/getopt.1.gz
|
||||
share/locale/ca/LC_MESSAGES/getopt.mo
|
||||
share/locale/cs/LC_MESSAGES/getopt.mo
|
||||
share/locale/da/LC_MESSAGES/getopt.mo
|
||||
share/locale/de/LC_MESSAGES/getopt.mo
|
||||
share/locale/es/LC_MESSAGES/getopt.mo
|
||||
share/locale/et/LC_MESSAGES/getopt.mo
|
||||
share/locale/eu/LC_MESSAGES/getopt.mo
|
||||
share/locale/fi/LC_MESSAGES/getopt.mo
|
||||
share/locale/fr/LC_MESSAGES/getopt.mo
|
||||
share/locale/gl/LC_MESSAGES/getopt.mo
|
||||
share/locale/hu/LC_MESSAGES/getopt.mo
|
||||
share/locale/id/LC_MESSAGES/getopt.mo
|
||||
share/locale/it/LC_MESSAGES/getopt.mo
|
||||
share/locale/ja/LC_MESSAGES/getopt.mo
|
||||
share/locale/nl/LC_MESSAGES/getopt.mo
|
||||
share/locale/pl/LC_MESSAGES/getopt.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/getopt.mo
|
||||
share/locale/ru/LC_MESSAGES/getopt.mo
|
||||
share/locale/sl/LC_MESSAGES/getopt.mo
|
||||
share/locale/sv/LC_MESSAGES/getopt.mo
|
||||
share/locale/tr/LC_MESSAGES/getopt.mo
|
||||
share/locale/uk/LC_MESSAGES/getopt.mo
|
||||
share/locale/vi/LC_MESSAGES/getopt.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/getopt.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/ca/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/da/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/es/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/et/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/gl/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/hu/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/id/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/it/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/ja/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/nl/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/pl/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/pt_BR/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/ru/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/sl/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/sv/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/tr/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/uk/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/vi/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/zh_CN/LC_MESSAGES/getopt.mo
|
||||
%%NLS%%share/locale/zh_TW/LC_MESSAGES/getopt.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue