Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Jun 2013 01:55:32 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320867 - head/graphics/gliv
Message-ID:  <201306140155.r5E1tW9a006100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Jun 14 01:55:31 2013
New Revision: 320867
URL: http://svnweb.freebsd.org/changeset/ports/320867

Log:
  - Fix i18n manpages

Modified:
  head/graphics/gliv/Makefile
  head/graphics/gliv/pkg-plist   (contents, props changed)

Modified: head/graphics/gliv/Makefile
==============================================================================
--- head/graphics/gliv/Makefile	Fri Jun 14 01:55:08 2013	(r320866)
+++ head/graphics/gliv/Makefile	Fri Jun 14 01:55:31 2013	(r320867)
@@ -28,7 +28,7 @@ MAKE_ARGS=	ACLOCAL="${TRUE}" AUTOCONF="$
 		AUTOHEADER="${TRUE}"
 
 MAN1=		gliv.1
-MANLANG=	"" de fr ru
+MANLANG=	"" de fr ru cs
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib

Modified: head/graphics/gliv/pkg-plist
==============================================================================
--- head/graphics/gliv/pkg-plist	Fri Jun 14 01:55:08 2013	(r320866)
+++ head/graphics/gliv/pkg-plist	Fri Jun 14 01:55:31 2013	(r320867)
@@ -21,6 +21,8 @@ share/locale/vi/LC_MESSAGES/gliv.mo
 @dirrmtry man/ru
 @dirrmtry man/fr/man1
 @dirrmtry man/fr
+@dirrmtry man/cs/man1
+@dirrmtry man/cs
 @dirrmtry man/de/man1
 @dirrmtry man/de
 @dirrmtry share/locale/rw/LC_MESSAGES



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306140155.r5E1tW9a006100>