diff options
author | 2011-12-05 08:05:38 +0000 | |
---|---|---|
committer | 2011-12-05 08:05:38 +0000 | |
commit | afa03ed8330343a63f33638d644beedb5295cb8a (patch) | |
tree | 387c9070749c56c09d0f2c96a90cc6c859d1251b /share/man/man5 | |
parent | update a comment about gcc; fix suggested by miod (diff) | |
download | wireguard-openbsd-afa03ed8330343a63f33638d644beedb5295cb8a.tar.xz wireguard-openbsd-afa03ed8330343a63f33638d644beedb5295cb8a.zip |
zap trailing whitespace;
Diffstat (limited to 'share/man/man5')
-rw-r--r-- | share/man/man5/port-modules.5 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 62e97b7a9b7..1e53c342408 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.115 2011/12/04 23:28:42 jeremy Exp $ +.\" $OpenBSD: port-modules.5,v 1.116 2011/12/05 08:05:38 jmc Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 4 2011 $ +.Dd $Mdocdate: December 5 2011 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -793,8 +793,8 @@ unless is set to No. .Ev RUBY , .Ev RAKE , -and -.Ev MODRUBY_BIN_TESTRB +and +.Ev MODRUBY_BIN_TESTRB are the path to the ruby, rake, and testrb binaries for the related ruby implementation. .Ev RSPEC @@ -824,7 +824,7 @@ the regress tests, it defaults to .Ev WRKSRC . .Ev MODRUBY_REGRESS_TARGET sets the argument to the regress test program. -Supports additional +Supports additional .Ev CONFIGURE_STYLE s, and setting specific .Ev CONFIGURE_STYLE s @@ -867,7 +867,7 @@ Use of a ruby19, rbx, or jruby causes the .Ev FULLPKGNAME to use the -.Ev FLAVOR +.Ev FLAVOR instead of ruby as the package prefix. Specifying .Ev MODRUBY_FLAVOR @@ -875,20 +875,20 @@ is necessary so that if you are building a ruby 1.9 package for the current port, it depends on the ruby 1.9 package of the dependencies. For ruby gem ports that can work on both ruby 1.8 and ruby 1.9, any binary -file entries in the PLIST should be appended with +file entries in the PLIST should be appended with .Ev GEM_BIN_SUFFIX . This is because the ruby 1.8 and ruby 1.9 gem binaries are both installed to .Ev LOCALBASE /bin, and ruby 1.9 installs the binaries with a 19 suffix. Any man pages and other files that would be installed to locations not -specific to a ruby implementation (such as under +specific to a ruby implementation (such as under .Ev LOCALBASE /share), -should use +should use .Ev GEM_MAN_SUFFIX before the extension so the different .Ev FLAVOR s do not conflict. -make update-plist currently removes +make update-plist currently removes .Ev GEM_BIN_SUFFIX and .Ev GEM_MAN_SUFFIX , |