svn commit: r364051 - head/archivers/lha-ac

Dirk Meyer dinoex at FreeBSD.org
Mon Aug 4 20:20:49 UTC 2014


Author: dinoex
Date: Mon Aug  4 20:20:48 2014
New Revision: 364051
URL: http://svnweb.freebsd.org/changeset/ports/364051
QAT: https://qat.redports.org/buildarchive/r364051/

Log:
  - fix option WITHOUT_NLS

Modified:
  head/archivers/lha-ac/Makefile

Modified: head/archivers/lha-ac/Makefile
==============================================================================
--- head/archivers/lha-ac/Makefile	Mon Aug  4 20:19:28 2014	(r364050)
+++ head/archivers/lha-ac/Makefile	Mon Aug  4 20:20:48 2014	(r364051)
@@ -22,7 +22,8 @@ MAN1_JA=	lha-ac.1
 PLIST_FILES+=	${__MANPAGES}
 
 OPTIONS_DEFINE=	NLS
-NLS_CONFIGURE_ENABLE=	multibyte-filename=auto
+NLS_CONFIGURE_ON=	--enable-multibyte-filename=auto
+NLS_CONFIGURE_OFF=	--disable-multibyte-filename
 
 do-install:
 	-${MKDIR} ${STAGEDIR}${PREFIX}/man/ja/man1


More information about the svn-ports-all mailing list