svn commit: r361847 - head/security/cracklib

Cy Schubert cy at FreeBSD.org
Tue Jul 15 02:26:02 UTC 2014


Author: cy
Date: Tue Jul 15 02:26:02 2014
New Revision: 361847
URL: http://svnweb.freebsd.org/changeset/ports/361847
QAT: https://qat.redports.org/buildarchive/r361847/

Log:
  Fix more plist issues due to gettext.

Modified:
  head/security/cracklib/Makefile

Modified: head/security/cracklib/Makefile
==============================================================================
--- head/security/cracklib/Makefile	Tue Jul 15 02:12:45 2014	(r361846)
+++ head/security/cracklib/Makefile	Tue Jul 15 02:26:02 2014	(r361847)
@@ -37,7 +37,17 @@ PLIST_FILES=	%%PYTHON_SITELIBDIR%%/_crac
 .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 \


More information about the svn-ports-all mailing list