diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 01:28:01 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 01:28:01 +0000 |
commit | 0d4fd0248cfa555e75f389442aac7361e2e89454 (patch) | |
tree | 07831f70c23a5877c62bd6b4f067f9bf30a07191 | |
parent | 21fe7f0dee1795e47effbbb769b539c72b8784c0 (diff) | |
download | freebsd-ports-0d4fd0248cfa555e75f389442aac7361e2e89454.zip |
A portlint run over my ports revealed some false positives and these two minor formatting issues. Fix them.
-rw-r--r-- | devel/delta/pkg-descr | 2 | ||||
-rw-r--r-- | misc/getopt/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/delta/pkg-descr b/devel/delta/pkg-descr index f7ca921797d6..275b5f1ab2e6 100644 --- a/devel/delta/pkg-descr +++ b/devel/delta/pkg-descr @@ -3,4 +3,4 @@ to a test of their interestingness. A common such situation is when attempting to isolate a small failure-inducing substring of a large input that causes your program to exhibit a bug. -WWW: http://delta.tigris.org/ +WWW: http://delta.tigris.org/ diff --git a/misc/getopt/pkg-descr b/misc/getopt/pkg-descr index 6edbedda2c31..a605fa7120b6 100644 --- a/misc/getopt/pkg-descr +++ b/misc/getopt/pkg-descr @@ -10,4 +10,4 @@ Rewrite of getopt(1) with the following features: * It can report parse errors as coming from the shell script. * It compiles cleanly with both libc-5 and glibc-2. -WWW: http://software.frodo.looijaard.name/getopt/ +WWW: http://software.frodo.looijaard.name/getopt/ |