pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk fix comment about needing patch(1).



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7f72dcf0c70c
branches:  trunk
changeset: 471813:7f72dcf0c70c
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Mar 31 10:00:43 2004 +0000

description:
fix comment about needing patch(1).

diffstat:

 mk/bsd.pkg.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fca1a40342cc -r 7f72dcf0c70c mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Wed Mar 31 09:39:24 2004 +0000
+++ b/mk/bsd.pkg.mk     Wed Mar 31 10:00:43 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.mk,v 1.1430 2004/03/29 16:01:39 jlam Exp $
+#      $NetBSD: bsd.pkg.mk,v 1.1431 2004/03/31 10:00:43 grant Exp $
 #
 # This file is in the public domain.
 #
@@ -480,7 +480,7 @@
 
 TOUCH_FLAGS?=          -f
 
-# determine if we need GNU patch from pkgsrc.
+# determine if we need a working patch(1).
 _NEED_PATCH!=          if [ -d ${PATCHDIR} ]; then \
                                if [ "`${ECHO} ${PATCHDIR}/patch-*`" != "${PATCHDIR}/patch-*" ]; then \
                                        ${ECHO} YES; \



Home | Main Index | Thread Index | Old Index