svn commit: r369643 - head/misc/getopt

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 30 16:19:43 UTC 2014


Author: sunpoet
Date: Tue Sep 30 16:19:41 2014
New Revision: 369643
URL: http://svnweb.freebsd.org/changeset/ports/369643
QAT: https://qat.redports.org/buildarchive/r369643/

Log:
  - Fix PLIST when NLS option is off

Modified:
  head/misc/getopt/Makefile
  head/misc/getopt/pkg-plist

Modified: head/misc/getopt/Makefile
==============================================================================
--- head/misc/getopt/Makefile	Tue Sep 30 16:19:25 2014	(r369642)
+++ head/misc/getopt/Makefile	Tue Sep 30 16:19:41 2014	(r369643)
@@ -13,6 +13,7 @@ COMMENT=	Replacement for getopt(1) that 
 LICENSE=	GPLv2
 
 OPTIONS_DEFINE=	DOCS NLS
+OPTIONS_SUB=	yes
 
 MAKE_ARGS=	CC=${CC} LIBCGETOPT=0
 USES=		gmake

Modified: head/misc/getopt/pkg-plist
==============================================================================
--- head/misc/getopt/pkg-plist	Tue Sep 30 16:19:25 2014	(r369642)
+++ head/misc/getopt/pkg-plist	Tue Sep 30 16:19:41 2014	(r369643)
@@ -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


More information about the svn-ports-head mailing list