diff options
author | wiz <wiz@pkgsrc.org> | 2004-12-15 14:57:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-12-15 14:57:58 +0000 |
commit | d364d5709d5de4237bb2c20a4aee2209b1ffbea1 (patch) | |
tree | dc6c0a349c292968d9cf999f5aa8058c095b548e /lang | |
parent | 4673835d734f28a4ede06b4b67f1492a7551954b (diff) | |
download | pkgsrc-d364d5709d5de4237bb2c20a4aee2209b1ffbea1.tar.gz |
Remove duplicate "the" in comment.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl5/Makefile | 4 | ||||
-rw-r--r-- | lang/perl58/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 915aaa1f940..920add4ef47 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.87 2004/12/12 03:02:36 kristerw Exp $ +# $NetBSD: Makefile,v 1.88 2004/12/15 14:57:58 wiz Exp $ .include "../../lang/perl5/Makefile.common" @@ -39,7 +39,7 @@ TEST_TARGET= test CONFIGURE_ARGS+= -Dman1dir="${PREFIX}/man/man1" -# Install Perl man3 pages into a private directory under the the normal +# Install Perl man3 pages into a private directory under the normal # Perl installation. Also install site-specific Perl man3 pages into a # private directory within site_perl. This avoids manpage conflicts # between 3rd-party modules, the standard Perl library, and other diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index 0c5ed136cdc..7913318d03a 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2004/12/11 16:19:29 jlam Exp $ +# $NetBSD: Makefile,v 1.66 2004/12/15 14:57:58 wiz Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -61,7 +61,7 @@ MAKE_ENV+= LANG="" TEST_TARGET= test -# Install Perl man3 pages into a private directory under the the normal +# Install Perl man3 pages into a private directory under the normal # Perl installation. Also install site-specific Perl man3 pages into a # private directory within site_perl. This avoids manpage conflicts # between 3rd-party modules, the standard Perl library, and other |