diff options
author | danfe <danfe@FreeBSD.org> | 2008-08-23 08:31:33 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2008-08-23 08:31:33 +0800 |
commit | b4504c26c0a2b8c05ed93ffe0193a42ea02acd96 (patch) | |
tree | 5d6ae12d7a70ea1ce5feb236514ffa7c5dba25ae /math | |
parent | cfd35e65615473090608b1cf7823bff8221d09f5 (diff) | |
download | freebsd-ports-gnome-b4504c26c0a2b8c05ed93ffe0193a42ea02acd96.tar.gz freebsd-ports-gnome-b4504c26c0a2b8c05ed93ffe0193a42ea02acd96.tar.zst freebsd-ports-gnome-b4504c26c0a2b8c05ed93ffe0193a42ea02acd96.zip |
- Reindent (beautify) OPTIONS
- Spelling nits in port description
Diffstat (limited to 'math')
-rw-r--r-- | math/pgcalc/Makefile | 2 | ||||
-rw-r--r-- | math/pgcalc/pkg-descr | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/math/pgcalc/Makefile b/math/pgcalc/Makefile index a5ef157c29cf..a08902f9b395 100644 --- a/math/pgcalc/Makefile +++ b/math/pgcalc/Makefile @@ -21,7 +21,7 @@ INSTALLS_ICONS= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -OPTIONS= ARTS "Build with aRts support" on +OPTIONS= ARTS "Build with aRts support" on .include <bsd.port.pre.mk> diff --git a/math/pgcalc/pkg-descr b/math/pgcalc/pkg-descr index 48164d86474b..97d56993d273 100644 --- a/math/pgcalc/pkg-descr +++ b/math/pgcalc/pkg-descr @@ -1,8 +1,8 @@ PG Calculator is a powerful scientific skinnable calculator. It works in algebraic and RPN mode, recognizes real and complex numbers, and allows simple vectors manipulations. It has up to 80 built-in functions, allows -user-defined variables, supports numbers inputing in binary, octal, +user-defined variables, supports numbers inputting in binary, octal, hexadecimal, and exponential formats. Graphical user interface can be -easy changed with skins. +easily changed with skins. WWW: http://www.pgcalc.net/ |