svn commit: r321287 - head
Boris Samorodov
bsam at FreeBSD.org
Wed Jun 19 16:25:32 UTC 2013
Author: bsam
Date: Wed Jun 19 16:25:32 2013
New Revision: 321287
URL: http://svnweb.freebsd.org/changeset/ports/321287
Log:
Fix two typos: add two trailing curly braces.
Modified:
head/CHANGES
Modified: head/CHANGES
==============================================================================
--- head/CHANGES Wed Jun 19 16:23:17 2013 (r321286)
+++ head/CHANGES Wed Jun 19 16:25:32 2013 (r321287)
@@ -26,7 +26,7 @@ AUTHOR: bapt at FreeBSD.org
${OPT}_CONFIGURE_ON=<something> will automatically add:
CONFIGURE_ARGS+=<something> in case OPT is activated
- ${OPT_CONFIGURE_OFF=<something> will automatically add:
+ ${OPT}_CONFIGURE_OFF=<something> will automatically add:
CONFIGURE_ARGS+=<something> in case OPT is deactivated
${OPT}_CFLAGS will append the specified new flags to CFLAGS if OPT is 'on'
@@ -44,7 +44,7 @@ AUTHOR: bapt at FreeBSD.org
${OPT}_CMAKE_ON=<something> will automatically add:
CMAKE_ARGS+=<something> in case OPT is activated
- ${OPT_CMAKE_OFF=<something> will automatically add:
+ ${OPT}_CMAKE_OFF=<something> will automatically add:
CMAKE_ARGS+=<something> in case OPT is deactivated
${OPT}_${TYPE}_DEPENDS=<something> will automatically add:
More information about the svn-ports-all
mailing list