svn commit: r315367 - head/devel/libhash

Martin Wilke miwi at FreeBSD.org
Wed Mar 27 10:12:21 UTC 2013


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=""


More information about the svn-ports-head mailing list