svn commit: r362298 - head/security/fbopenssl

John Marino marino at FreeBSD.org
Sun Jul 20 07:50:34 UTC 2014


Author: marino
Date: Sun Jul 20 07:50:33 2014
New Revision: 362298
URL: http://svnweb.freebsd.org/changeset/ports/362298
QAT: https://qat.redports.org/buildarchive/r362298/

Log:
  security/fbopenssl: Respect NO_PROFILE setting

Modified:
  head/security/fbopenssl/Makefile
  head/security/fbopenssl/pkg-plist

Modified: head/security/fbopenssl/Makefile
==============================================================================
--- head/security/fbopenssl/Makefile	Sun Jul 20 07:04:24 2014	(r362297)
+++ head/security/fbopenssl/Makefile	Sun Jul 20 07:50:33 2014	(r362298)
@@ -18,6 +18,12 @@ MAKE_ENV=	BSD_INSTALL_DATA="${BSD_INSTAL
 WRKSRC=		${WRKDIR}/${PORTNAME}
 PORTDOCS=	readme.txt
 
+.if defined(NO_PROFILE)
+PLIST_SUB+=	PROFILE="@comment "
+.else
+PLIST_SUB+=	PROFILE=""
+.endif
+
 OPTIONS_DEFINE=	DOCS
 
 post-extract:

Modified: head/security/fbopenssl/pkg-plist
==============================================================================
--- head/security/fbopenssl/pkg-plist	Sun Jul 20 07:04:24 2014	(r362297)
+++ head/security/fbopenssl/pkg-plist	Sun Jul 20 07:50:33 2014	(r362298)
@@ -5,7 +5,7 @@ include/fbopenssl/krb5help.h
 include/fbopenssl/spnego.h
 include/fbopenssl/spnegohelp.h
 lib/libfbopenssl.a
-lib/libfbopenssl_p.a
+%%PROFILE%%lib/libfbopenssl_p.a
 lib/libfbopenssl.so
 lib/libfbopenssl.so.0
 @dirrm include/fbopenssl


More information about the svn-ports-head mailing list