svn commit: r313855 - head/Mk/Uses
Andrej Zverev
az at FreeBSD.org
Mon Mar 11 06:43:14 UTC 2013
Author: az
Date: Mon Mar 11 06:43:13 2013
New Revision: 313855
URL: http://svnweb.freebsd.org/changeset/ports/313855
Log:
- Change namespace for USES files
- Add missing colon
Approved by: bapt@ (portmgr@)
Modified:
head/Mk/Uses/bison.mk
head/Mk/Uses/fuse.mk
head/Mk/Uses/pathfix.mk
Modified: head/Mk/Uses/bison.mk
==============================================================================
--- head/Mk/Uses/bison.mk Mon Mar 11 04:04:11 2013 (r313854)
+++ head/Mk/Uses/bison.mk Mon Mar 11 06:43:13 2013 (r313855)
@@ -6,11 +6,11 @@
#
# Feature: bison
# Usage: USES=bison or USES=bison:ARGS
-# Valid ARGS build (default, implicit), run, both
+# Valid ARGS: build (default, implicit), run, both
#
#
-.if !defined(_INCLUDE_BISON_MK)
-_INCLUDE_BISON_MK= yes
+.if !defined(_INCLUDE_USES_BISON_MK)
+_INCLUDE_USES_BISON_MK= yes
_BISON_DEPENDS= bison:${PORTSDIR}/devel/bison
Modified: head/Mk/Uses/fuse.mk
==============================================================================
--- head/Mk/Uses/fuse.mk Mon Mar 11 04:04:11 2013 (r313854)
+++ head/Mk/Uses/fuse.mk Mon Mar 11 06:43:13 2013 (r313855)
@@ -6,11 +6,11 @@
#
# Feature: fuse
# Usage: USES=fuse
-# Valid ARGS does not require args
+# Valid ARGS: does not require args
#
#
-.if !defined(_INCLUDE_FUSE_MK)
-_INCLUDE_FUSE_MK= yes
+.if !defined(_INCLUDE_USES_FUSE_MK)
+_INCLUDE_USES_FUSE_MK= yes
.if defined(fuse_ARGS)
IGNORE= USES=fuse does not require args
Modified: head/Mk/Uses/pathfix.mk
==============================================================================
--- head/Mk/Uses/pathfix.mk Mon Mar 11 04:04:11 2013 (r313854)
+++ head/Mk/Uses/pathfix.mk Mon Mar 11 06:43:13 2013 (r313855)
@@ -7,11 +7,11 @@
#
# Feature: pathfix
# Usage: USES=pathfix
-# Valid ARGS does not require args
+# Valid ARGS: does not require args
#
#
-.if !defined(_INCLUDE_PATHFIX_MK)
-_INCLUDE_PATHFIX_MK= yes
+.if !defined(_INCLUDE_USES_PATHFIX_MK)
+_INCLUDE_USES_PATHFIX_MK= yes
.if defined(pathfix_ARGS)
IGNORE= USES=pathfix does not require args
More information about the svn-ports-all
mailing list