summaryrefslogtreecommitdiff
path: root/Mk/Uses/compiler.mk
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2014-03-15 10:31:54 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2014-03-15 10:31:54 +0000
commit5b4f2ad658c29e52e0e14810a992741e35b40b39 (patch)
tree04a541ae461fb3406672a9841bdffb530e70e3b5 /Mk/Uses/compiler.mk
parentMove to version 1.2.9, the final in the 1.2 series. (diff)
Move MAINTAINER lines to the end of the initial comment block and
make things a bit more consistent. Approved by: portmgr (bapt)
Notes
Notes: svn path=/head/; revision=348308
Diffstat (limited to 'Mk/Uses/compiler.mk')
-rw-r--r--Mk/Uses/compiler.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/Uses/compiler.mk b/Mk/Uses/compiler.mk
index 4a2bbc4b1c1e..8cb476a7b29c 100644
--- a/Mk/Uses/compiler.mk
+++ b/Mk/Uses/compiler.mk
@@ -2,8 +2,6 @@
#
# Allows to determine the compiler being used
#
-# MAINTAINER: portmgr@FreeBSD.org
-#
# Feature: compiler
# Usage: USES=compiler or USES=compiler:ARGS
# Valid ARGS: env (default, implicit) c++0x c++11-lib c++11-lang c11 openmp nestedfct features
@@ -25,6 +23,8 @@
#
# COMPILER_FEATURES: the list of features supported by the compiler includes the standard C++ library.
# CHOSEN_COMPILER_TYPE: can be gcc or clang (type of compiler chosen by the framework)
+#
+# MAINTAINER: portmgr@FreeBSD.org
.if !defined(_INCLUDE_USES_COMPILER_MK)
_INCLUDE_USES_COMPILER_MK= yes