svn commit: r371259 - head/devel/fib

John Marino marino at FreeBSD.org
Mon Oct 20 11:24:08 UTC 2014


Author: marino
Date: Mon Oct 20 11:24:07 2014
New Revision: 371259
URL: https://svnweb.freebsd.org/changeset/ports/371259
QAT: https://qat.redports.org/buildarchive/r371259/

Log:
  devel/fibs: Remove special NO_PROFILE handling for DragonFly

Modified:
  head/devel/fib/Makefile

Modified: head/devel/fib/Makefile
==============================================================================
--- head/devel/fib/Makefile	Mon Oct 20 11:22:54 2014	(r371258)
+++ head/devel/fib/Makefile	Mon Oct 20 11:24:07 2014	(r371259)
@@ -19,7 +19,7 @@ MANPAGES=	fh_extractmin.3 fh_makeheap.3 
 
 .include <bsd.port.pre.mk>
 
-.if defined(NO_PROFILE) || ${OPSYS} == DragonFly
+.if defined(NO_PROFILE)
 PLIST_SUB+=	PROFILE="@comment "
 .else
 ALL_TARGET+=	libfib_p.a


More information about the svn-ports-all mailing list