summaryrefslogtreecommitdiffstats
path: root/ports-mgmt
diff options
context:
space:
mode:
authorsteve <steve@FreeBSD.org>1999-04-04 21:35:10 +0000
committersteve <steve@FreeBSD.org>1999-04-04 21:35:10 +0000
commit1e929e5b45f81d74ad855e8d05c91de3a8a5b4b8 (patch)
treea7577be5538017d7d12bb8c02e64a9458b186158 /ports-mgmt
parentfa771cde81c4e7ac9db1529b0fb8dee089408214 (diff)
downloadFreeBSD-ports-1e929e5b45f81d74ad855e8d05c91de3a8a5b4b8.zip
FreeBSD-ports-1e929e5b45f81d74ad855e8d05c91de3a8a5b4b8.tar.gz
It seems 'sane' was not mispelled, but was a little confusing. Let's try
'correct' instead. Submitted by: asami
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/src/portlint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index b5746a0..c257e42 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -13,7 +13,7 @@
# bsd.port.mk. There are significant differences in those so you'll have
# hard time upgrading this...
#
-# $Id: portlint.pl,v 1.3 1999/02/22 03:01:21 steve Exp $
+# $Id: portlint.pl,v 1.4 1999/04/02 03:24:13 steve Exp $
#
$err = $warn = 0;
@@ -766,7 +766,7 @@ EOF
$j = $`;
$k = $1;
if ($j =~ /[0-9]$/) {
- &perror("WARN: is \"$j\" same as package name ".
+ &perror("WARN: is \"$j\" correct as package name ".
"WITHOUT version number? ".
"if not, avoid \"-\" in version number ".
"part of ".
OpenPOWER on IntegriCloud