aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorsem <sem@FreeBSD.org>2006-03-17 18:01:16 +0800
committersem <sem@FreeBSD.org>2006-03-17 18:01:16 +0800
commit2177144704c0bbfdb7a4f93f6244f36b052b953e (patch)
treed8cbc4afe147a57afd08f26c6a793cfc5712ad7c /textproc
parent98b1b688677ea1d738985e64c2276e64de091ec1 (diff)
downloadfreebsd-ports-graphics-2177144704c0bbfdb7a4f93f6244f36b052b953e.tar.gz
freebsd-ports-graphics-2177144704c0bbfdb7a4f93f6244f36b052b953e.tar.zst
freebsd-ports-graphics-2177144704c0bbfdb7a4f93f6244f36b052b953e.zip
- Fix WWW: line
- while I'm here: align COMMENT PR: ports/94339 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-String-Scanf/Makefile2
-rw-r--r--textproc/p5-String-Scanf/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-String-Scanf/Makefile b/textproc/p5-String-Scanf/Makefile
index d2bc40531dc..a770e0d4db6 100644
--- a/textproc/p5-String-Scanf/Makefile
+++ b/textproc/p5-String-Scanf/Makefile
@@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= String
PKGNAMEPREFIX= p5-
MAINTAINER= perl@FreeBSD.org
-COMMENT= Emulates the sscanf() of the C stdio library
+COMMENT= Emulates the sscanf() of the C stdio library
PERL_CONFIGURE= yes
diff --git a/textproc/p5-String-Scanf/pkg-descr b/textproc/p5-String-Scanf/pkg-descr
index 9edbf201e02..c2b402ca2d3 100644
--- a/textproc/p5-String-Scanf/pkg-descr
+++ b/textproc/p5-String-Scanf/pkg-descr
@@ -2,6 +2,6 @@ Perl sscanf() can be used very much like the C stdio sscanf(), for detailed
sscanf() documentation please refer to your usual documentation resources.
The supported formats are: [diuoxefgsc] and the character class [].
-WWW: http://iki.fi/jhi/
+WWW: http://search.cpan.org/dist/String-Scanf/
Seamus Venasse <svenasse@polaris.ca>