svn commit: r349729 - head/net-im/pidgin-skype
Dirk Meyer
dinoex at FreeBSD.org
Mon Mar 31 11:04:51 UTC 2014
Author: dinoex
Date: Mon Mar 31 11:04:50 2014
New Revision: 349729
URL: http://svnweb.freebsd.org/changeset/ports/349729
QAT: https://qat.redports.org/buildarchive/r349729/
Log:
- fix build
pkg_create: read_plist: unknown command '@commentshare/locale/cs/LC_MESSAGES/skype4pidgin.mo'
Modified:
head/net-im/pidgin-skype/Makefile
Modified: head/net-im/pidgin-skype/Makefile
==============================================================================
--- head/net-im/pidgin-skype/Makefile Mon Mar 31 11:03:12 2014 (r349728)
+++ head/net-im/pidgin-skype/Makefile Mon Mar 31 11:04:50 2014 (r349729)
@@ -59,7 +59,7 @@ PLIST_SUB+= NLS=""
post-patch:
${REINPLACE_CMD} 's/#undef ENABLE_NLS//' ${WRKSRC}/libskype.c
.else
-PLIST_SUB+= NLS="@comment"
+PLIST_SUB+= NLS="@comment "
.endif
do-build:
More information about the svn-ports-all
mailing list