summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-15 14:57:58 +0000
committerwiz <wiz>2004-12-15 14:57:58 +0000
commit3477310de9c6a697b1a581a9fdcdafa2911cc7fb (patch)
treedc6c0a349c292968d9cf999f5aa8058c095b548e /lang
parent9fa5fe7a2ae7e63000777070283f7fca6bffb562 (diff)
downloadpkgsrc-3477310de9c6a697b1a581a9fdcdafa2911cc7fb.tar.gz
Remove duplicate "the" in comment.
Diffstat (limited to 'lang')
-rw-r--r--lang/perl5/Makefile4
-rw-r--r--lang/perl58/Makefile4
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