pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Fix typo in comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ce7fb08e30b6
branches:  trunk
changeset: 530250:ce7fb08e30b6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 19 22:30:33 2007 +0000

description:
Fix typo in comment.

diffstat:

 Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5367267b551a -r ce7fb08e30b6 Makefile
--- a/Makefile  Tue Jun 19 22:23:58 2007 +0000
+++ b/Makefile  Tue Jun 19 22:30:33 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2007/06/19 13:39:56 joerg Exp $
+# $NetBSD: Makefile,v 1.83 2007/06/19 22:30:33 wiz Exp $
 #
 # This is the top-level Makefile of pkgsrc. It contains a list of the
 # categories of packages, as well as some targets that operate on the
@@ -45,7 +45,7 @@
 SUBDIR+=       ${GROUP_SPECIFIC_PKGS}
 SUBDIR+=       ${USER_SPECIFIC_PKGS}
 .else
-# Package in the x11 category tend to require a lot more parse time
+# Packages in the x11 category tend to require a lot more parse time
 # than the rest of the packages. Reorder it to the beginning to avoid
 # stalling parallel scans near the end of a run.
 SUBDIR+=       x11



Home | Main Index | Thread Index | Old Index