diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-12-31 18:59:43 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-12-31 18:59:43 +0000 |
commit | 87190a221710ca76d359be5fc3228726e7c602ea (patch) | |
tree | bcc158d86f53a78dcc07475413d523b854b32f48 /ports-mgmt/portlint/src/portlint.pl | |
parent | d4fe43173e8d77144f9464d76391e7f593f6cf26 (diff) | |
download | ports-87190a221710ca76d359be5fc3228726e7c602ea.tar.gz ports-87190a221710ca76d359be5fc3228726e7c602ea.zip |
Notes
Diffstat (limited to 'ports-mgmt/portlint/src/portlint.pl')
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl index ac7ca31a3cf5..a96bb87ee684 100644 --- a/ports-mgmt/portlint/src/portlint.pl +++ b/ports-mgmt/portlint/src/portlint.pl @@ -573,7 +573,7 @@ sub checklastline { "terminated by \\n."); } if ($whole =~ /\n([ \t]*\n)+$/) { - &perror("WARN: $file seems to have unnecessery blank lines ". + &perror("WARN: $file seems to have unnecessary blank lines ". "at the last part."); } @@ -1077,7 +1077,7 @@ DISTFILES DIST_SUBDIR EXTRACT_ONLY "discouraged. distribution filename should be set by ". "DISTNAME and EXTRACT_SUFX."); if ($distfiles eq (($distname ne '') ? $distname : "$portname-$portversion") . $extractsufx) { - &perror("WARN: definition of DISTFILES not necessery. ". + &perror("WARN: definition of DISTFILES not necessary. ". "DISTFILES is \${DISTNAME}/\${EXTRACT_SUFX} ". "by default."); } @@ -1348,7 +1348,7 @@ LIB_DEPENDS BUILD_DEPENDS RUN_DEPENDS FETCH_DEPENDS DEPENDS DEPENDS_TARGET print "OK: seen NO_WRKSUBDIR, checking value of WRKSRC.\n" if ($verbose); if ($wrksrc eq 'work' || $wrksrc =~ /^$[\{\(]WRKDIR[\}\)]/) { - &perror("WARN: definition of WRKSRC not necessery. ". + &perror("WARN: definition of WRKSRC not necessary. ". "WRKSRC is \${WRKDIR} by default."); } } @@ -1413,7 +1413,7 @@ LIB_DEPENDS BUILD_DEPENDS RUN_DEPENDS FETCH_DEPENDS DEPENDS DEPENDS_TARGET "$i should be listed in ". "MAN\U$i\E, ". "even if compression is ". - "not necessery."); + "not necessary."); } } if ($mancompress && $plistman{$i}) { |