svn commit: r361487 - head/graphics/epdfview

Raphael Kubo da Costa rakuco at FreeBSD.org
Thu Jul 10 20:13:18 UTC 2014


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%%
- at dirrmtry %%NLS%%share/locale/nl_NL/LC_MESSAGES
- at dirrmtry %%NLS%%share/locale/nl_NL
- at dirrmtry %%NLS%%share/locale/he_IL/LC_MESSAGES
- at 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


More information about the svn-ports-all mailing list