Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Jul 2014 20:13:18 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361487 - head/graphics/epdfview
Message-ID:  <201407102013.s6AKDIXK089546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Thu Jul 10 20:13:18 2014
New Revision: 361487
URL: http://svnweb.freebsd.org/changeset/ports/361487
QAT: https://qat.redports.org/buildarchive/r361487/

Log:
  Fix the build with NLS off, broken since r274972 (!).

Modified:
  head/graphics/epdfview/pkg-plist

Modified: head/graphics/epdfview/pkg-plist
==============================================================================
--- head/graphics/epdfview/pkg-plist	Thu Jul 10 20:09:37 2014	(r361486)
+++ head/graphics/epdfview/pkg-plist	Thu Jul 10 20:13:18 2014	(r361487)
@@ -36,7 +36,7 @@ share/applications/epdfview.desktop
 @dirrmtry %%DATADIR%%/pixmaps
 @dirrmtry %%DATADIR%%/ui
 @dirrmtry %%DATADIR%%
-@dirrmtry %%NLS%%share/locale/nl_NL/LC_MESSAGES
-@dirrmtry %%NLS%%share/locale/nl_NL
-@dirrmtry %%NLS%%share/locale/he_IL/LC_MESSAGES
-@dirrmtry %%NLS%%share/locale/he_IL
+%%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/nl_NL
+%%NLS%%@dirrmtry share/locale/he_IL/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/he_IL



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