svn commit: r339602 - head/converters/iconv

Alexander Nedotsukov bland at FreeBSD.org
Mon Jan 13 16:02:10 UTC 2014


Author: bland
Date: Mon Jan 13 16:02:09 2014
New Revision: 339602
URL: http://svnweb.freebsd.org/changeset/ports/339602

Log:
  Fix profiled library packaging.

Modified:
  head/converters/iconv/Makefile
  head/converters/iconv/pkg-plist

Modified: head/converters/iconv/Makefile
==============================================================================
--- head/converters/iconv/Makefile	Mon Jan 13 15:09:33 2014	(r339601)
+++ head/converters/iconv/Makefile	Mon Jan 13 16:02:09 2014	(r339602)
@@ -31,4 +31,10 @@ USE_PERL5+=	run
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-ccs_Makefile
 .endif
 
+.if defined(NO_PROFILE)
+PLIST_SUB+=	PROFILE="@comment "
+.else
+PLIST_SUB+=	PROFILE=""
+.endif
+
 .include <bsd.port.mk>

Modified: head/converters/iconv/pkg-plist
==============================================================================
--- head/converters/iconv/pkg-plist	Mon Jan 13 15:09:33 2014	(r339601)
+++ head/converters/iconv/pkg-plist	Mon Jan 13 16:02:09 2014	(r339602)
@@ -4,7 +4,7 @@ include/biconv.h
 lib/libbiconv.a
 lib/libbiconv.so
 lib/libbiconv.so.2
-lib/libbiconv_p.a
+%%PROFILE%%lib/libbiconv_p.a
 libexec/iconv/euc-jp.so
 libexec/iconv/euc-kr.so
 libexec/iconv/euc-tw.so


More information about the svn-ports-all mailing list