aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-String-Scanf
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2006-03-17 10:01:16 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2006-03-17 10:01:16 +0000
commit4f11bf947d71a2b2b961f7bb2845a839b8c55d11 (patch)
treed3f6a9bfe5ab7071c6f892a637482196362c0f1d /textproc/p5-String-Scanf
parente1fe6a3bea193161583841589bb8737b846a39c3 (diff)
downloadports-4f11bf947d71a2b2b961f7bb2845a839b8c55d11.tar.gz
ports-4f11bf947d71a2b2b961f7bb2845a839b8c55d11.zip
- Fix WWW: line
- while I'm here: align COMMENT PR: ports/94339 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=157482
Diffstat (limited to 'textproc/p5-String-Scanf')
-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 d2bc40531dcb..a770e0d4db6c 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 9edbf201e026..c2b402ca2d3f 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>