svn commit: r362309 - head/net/linphone

Tijl Coosemans tijl at FreeBSD.org
Sun Jul 20 10:51:34 UTC 2014


Author: tijl
Date: Sun Jul 20 10:51:33 2014
New Revision: 362309
URL: http://svnweb.freebsd.org/changeset/ports/362309
QAT: https://qat.redports.org/buildarchive/r362309/

Log:
  Fix pkg-plist when NLS has been disabled
  
  Reported by:	"chris j. mutter" <cjm at s3.enemy.org>

Modified:
  head/net/linphone/pkg-plist

Modified: head/net/linphone/pkg-plist
==============================================================================
--- head/net/linphone/pkg-plist	Sun Jul 20 10:01:02 2014	(r362308)
+++ head/net/linphone/pkg-plist	Sun Jul 20 10:51:33 2014	(r362309)
@@ -114,8 +114,8 @@ share/sounds/linphone/rings/toy-mono.wav
 @dirrmtry man/cs/man1
 @dirrmtry man/cs
 @dirrm %%DATADIR%%
- at dirrmtry share/locale/nb_NO/LC_MESSAGES
- at dirrmtry share/locale/nb_NO
+%%NLS%%@dirrmtry share/locale/nb_NO/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/nb_NO
 @dirrm share/pixmaps/linphone
 @dirrm share/sounds/linphone/rings
 @dirrm share/sounds/linphone


More information about the svn-ports-head mailing list