diff options
author | cy <cy@FreeBSD.org> | 2014-07-15 10:26:02 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2014-07-15 10:26:02 +0800 |
commit | 71b509bad029b955132401a96d18f363162c0d4a (patch) | |
tree | 0de0e4581871107f7c0320e4c3fbfc9477881757 /security | |
parent | 652615c69cf8e50e6208e61c9396bc2c9e0f4bb6 (diff) | |
download | freebsd-ports-gnome-71b509bad029b955132401a96d18f363162c0d4a.tar.gz freebsd-ports-gnome-71b509bad029b955132401a96d18f363162c0d4a.tar.zst freebsd-ports-gnome-71b509bad029b955132401a96d18f363162c0d4a.zip |
Fix more plist issues due to gettext.
Diffstat (limited to 'security')
-rw-r--r-- | security/cracklib/Makefile | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/security/cracklib/Makefile b/security/cracklib/Makefile index bdfbe6bffbd8..47b1b90a185e 100644 --- a/security/cracklib/Makefile +++ b/security/cracklib/Makefile @@ -37,7 +37,17 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/_cracklib.a \ .else CONFIGURE_ARGS+=--without-python PLIST_DIRS= libdata/cracklib \ - share/cracklib + share/cracklib \ + share/locale/as/LC_MESSAGES \ + share/locale/as \ + share/locale/bn_IN/LC_MESSAGES \ + share/locale/bn_IN \ + share/locale/mr/LC_MESSAGES \ + share/locale/mr \ + share/locale/sl_SI/LC_MESSAGES \ + share/locale/sl_SI \ + share/locale/te/LC_MESSAGES \ + share/locale/te PLIST_FILES= include/crack.h \ include/packer.h \ |