Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2013 10:12:21 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315367 - head/devel/libhash
Message-ID:  <201303271012.r2RACLoA053893@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Wed Mar 27 10:12:20 2013
New Revision: 315367
URL: http://svnweb.freebsd.org/changeset/ports/315367

Log:
  - Unbreak build

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

Modified: head/devel/libhash/Makefile
==============================================================================
--- head/devel/libhash/Makefile	Wed Mar 27 09:54:20 2013	(r315366)
+++ head/devel/libhash/Makefile	Wed Mar 27 10:12:20 2013	(r315367)
@@ -31,7 +31,7 @@ MLINKS=		libhash.3 hash_initialise.3 \
 
 USE_LDCONFIG=	yes
 
-.if defined(NOPROFILE)
+.if defined(NO_PROFILE)
 PLIST_SUB+=	PROFILE="@comment "
 .else
 PLIST_SUB+=	PROFILE=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303271012.r2RACLoA053893>