summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/portlint/src/portlint.pl4
-rw-r--r--ports-mgmt/portlint/src/portlint.pl4
2 files changed, 4 insertions, 4 deletions
diff --git a/devel/portlint/src/portlint.pl b/devel/portlint/src/portlint.pl
index b5746a08989e..c257e4235d9e 100644
--- a/devel/portlint/src/portlint.pl
+++ b/devel/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 ".
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index b5746a08989e..c257e4235d9e 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 ".