svn commit: r450673 - head/misc/help2man

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Sep 26 15:55:42 UTC 2017


Author: sunpoet
Date: Tue Sep 26 15:55:41 2017
New Revision: 450673
URL: https://svnweb.freebsd.org/changeset/ports/450673

Log:
  Add CONFIGURE_FAIL_MESSAGE again to avoid receiving more mails

Modified:
  head/misc/help2man/Makefile

Modified: head/misc/help2man/Makefile
==============================================================================
--- head/misc/help2man/Makefile	Tue Sep 26 15:55:36 2017	(r450672)
+++ head/misc/help2man/Makefile	Tue Sep 26 15:55:41 2017	(r450673)
@@ -26,6 +26,7 @@ NLS_CONFIGURE_ENABLE=	nls
 NLS_PLIST_FILES=	lib/bindtextdomain.so
 NLS_RUN_DEPENDS=	p5-Locale-gettext>=0:devel/p5-Locale-gettext
 NLS_USES=		gettext
+NLS_VARS=		CONFIGURE_FAIL_MESSAGE="Rebuild lang/${PERL_PORT} and devel/p5-Locale-gettext manually before contacting maintainer."
 
 .for lang in de es fr pl uk zh_CN
 NLS_INFO+=		${PORTNAME}-${lang}


More information about the svn-ports-all mailing list