svn commit: r315361 - head/devel/libmtrie

Martin Wilke miwi at FreeBSD.org
Wed Mar 27 09:20:15 UTC 2013


Author: miwi
Date: Wed Mar 27 09:20:14 2013
New Revision: 315361
URL: http://svnweb.freebsd.org/changeset/ports/315361

Log:
  - Unbreak build
  
  Reported by:	pointyhat

Modified:
  head/devel/libmtrie/Makefile   (contents, props changed)

Modified: head/devel/libmtrie/Makefile
==============================================================================
--- head/devel/libmtrie/Makefile	Wed Mar 27 08:57:02 2013	(r315360)
+++ head/devel/libmtrie/Makefile	Wed Mar 27 09:20:14 2013	(r315361)
@@ -13,7 +13,7 @@ COMMENT=	Library to build an IP-netmask 
 
 USE_LDCONFIG= yes
 
-.if defined(NOPROFILE)
+.if defined(NO_PROFILE)
 PLIST_SUB+=     HURRRR="@comment "
 .else
 PLIST_SUB+=     HURRRR=""


More information about the svn-ports-all mailing list