Date: Sat, 11 Dec 2010 14:34:29 GMT From: svn-freebsd-gecko@chruetertee.ch To: freebsd-gecko@freebsd.org Subject: [SVN-Commit] r474 - branches/experimental/Mk trunk/Mk Message-ID: <201012111434.oBBEYTQX027345@trillian.chruetertee.ch>
next in thread | raw e-mail | index | archive | help
Author: beat Date: Sat Dec 11 14:34:28 2010 New Revision: 474 Log: - Fix comment indentation Modified: branches/experimental/Mk/bsd.gecko.mk trunk/Mk/bsd.gecko.mk Modified: branches/experimental/Mk/bsd.gecko.mk ============================================================================== --- branches/experimental/Mk/bsd.gecko.mk Sat Dec 11 14:27:17 2010 (r473) +++ branches/experimental/Mk/bsd.gecko.mk Sat Dec 11 14:34:28 2010 (r474) @@ -173,7 +173,7 @@ # Ports can use the following: # -# USE_FIREFOX - Add runtime dependency on Firefox. If no version +# USE_FIREFOX Add runtime dependency on Firefox. If no version # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. @@ -181,20 +181,20 @@ # NOTE: # default value 36 is used in case of USE_FIREFOX=yes # -# USE_FIREFOX_BUILD - Add buildtime dependency on Firefox. +# USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX # -# INVALID_FIREFOX_VER - This variable contains a list of Firefox versions +# INVALID_FIREFOX_VER This variable contains a list of Firefox versions # not supported by the port. This setting is effective # only when USE_FIREFOX is set to a range (e.g. 35+) # -# WITH_FIREFOX_VER - User defined global variable to set Firefox version +# WITH_FIREFOX_VER User defined global variable to set Firefox version # This variable is effective only if USE_FIREFOX is # set to a range (e.g. 35+) and WITH_FIREFOX_VER # points inside that range. # NOTE: INVALID_FIREFOX_VER takes precedence # -# USE_SEAMONKEY - Add runtime dependency on SeaMonkey. If no +# USE_SEAMONKEY Add runtime dependency on SeaMonkey. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -202,20 +202,20 @@ # NOTE: # default value 20 is used in case of USE_SEAMONKEY=yes # -# USE_SEAMONKEY_BUILD - Add buildtime dependency on SeaMonkey. +# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY # -# INVALID_SEAMONKEY_VER - This variable contains a list of SeaMonkey versions +# INVALID_SEAMONKEY_VER This variable contains a list of SeaMonkey versions # not supported by the port. This setting is effective # only when USE_SEAMONKEY is set to a range (e.g. 11+) # -# WITH_SEAMONKEY_VER - User defined global variable to set SeaMonkey version +# WITH_SEAMONKEY_VER User defined global variable to set SeaMonkey version # This variable is effective only if USE_SEAMONKEY is # set to a range (e.g. 11+) and WITH_SEAMONKEY_VER # points inside that range. # NOTE: INVALID_SEAMONKEY_VER takes precedence # -# USE_THUNDERBIRD - Add runtime dependency on Thunderbird. If no +# USE_THUNDERBIRD Add runtime dependency on Thunderbird. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -223,14 +223,14 @@ # NOTE: # default value 31 is used in case of USE_THUNDERBIRD=yes # -# USE_THUNDERBIRD_BUILD - Add buildtime dependency on Thunderbird. +# USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD # -# INVALID_THUNDERBIRD_VER - This variable contains a list of Thunderbird versions +# INVALID_THUNDERBIRD_VER This variable contains a list of Thunderbird versions # not supported by the port. This setting is effective # only when USE_THUNDERBIRD is set to a range (e.g. 30+) # -# WITH_THUNDERBIRD_VER - User defined global variable to set Thunderbird version +# WITH_THUNDERBIRD_VER User defined global variable to set Thunderbird version # This variable is effective only if USE_THUNDERBIRD is # set to a range (e.g. 30+) and WITH_THUNDERBIRD_VER # points inside that range. Modified: trunk/Mk/bsd.gecko.mk ============================================================================== --- trunk/Mk/bsd.gecko.mk Sat Dec 11 14:27:17 2010 (r473) +++ trunk/Mk/bsd.gecko.mk Sat Dec 11 14:34:28 2010 (r474) @@ -173,7 +173,7 @@ # Ports can use the following: # -# USE_FIREFOX - Add runtime dependency on Firefox. If no version +# USE_FIREFOX Add runtime dependency on Firefox. If no version # is given by the maintainer via the port or by the # user via defined variable try to find the highest # stable installed version. @@ -181,10 +181,10 @@ # NOTE: # default value 36 is used in case of USE_FIREFOX=yes # -# USE_FIREFOX_BUILD - Add buildtime dependency on Firefox. +# USE_FIREFOX_BUILD Add buildtime dependency on Firefox. # Available values: see USE_FIREFOX # -# USE_SEAMONKEY - Add runtime dependency on SeaMonkey. If no +# USE_SEAMONKEY Add runtime dependency on SeaMonkey. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -192,10 +192,10 @@ # NOTE: # default value 20 is used in case of USE_SEAMONKEY=yes # -# USE_SEAMONKEY_BUILD - Add buildtime dependency on SeaMonkey. +# USE_SEAMONKEY_BUILD Add buildtime dependency on SeaMonkey. # Available values: see USE_SEAMONKEY # -# USE_THUNDERBIRD - Add runtime dependency on Thunderbird. If no +# USE_THUNDERBIRD Add runtime dependency on Thunderbird. If no # version is given by the maintainer via the port # or by the user via defined variable try to find # the highest stable installed version. @@ -203,7 +203,7 @@ # NOTE: # default value 31 is used in case of USE_THUNDERBIRD=yes # -# USE_THUNDERBIRD_BUILD - Add buildtime dependency on Thunderbird. +# USE_THUNDERBIRD_BUILD Add buildtime dependency on Thunderbird. # Available values: see USE_THUNDERBIRD #
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201012111434.oBBEYTQX027345>