Fix DESCR formatting.

This commit is contained in:
ajacoutot 2010-12-20 18:13:08 +00:00
parent cc7d5f5025
commit adf802bb2b
2 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2010/12/20 18:07:39 jeremy Exp $
# $OpenBSD: Makefile,v 1.2 2010/12/20 18:13:08 ajacoutot Exp $
COMMENT = fast code profiler for Ruby
DISTNAME = ruby-${PKGNAME}
PKGNAME = prof-0.9.2
REVISION = 0
CATEGORIES = devel
HOMEPAGE = http://ruby-prof.rubyforge.org/

View File

@ -1,4 +1,4 @@
ruby-prof is a fast code profiler for Ruby. Its features include:
ruby-prof is a fast code profiler for Ruby. Its features include:
* Speed - it is a C extension and therefore many times faster than the
standard Ruby profiler.
@ -13,4 +13,3 @@
suitable for the KCacheGrind profiling tool.
* Threads - supports profiling multiple threads simultaneously
* Recursive calls - supports profiling recursive method calls