summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-03-31 10:00:43 +0000
committergrant <grant@pkgsrc.org>2004-03-31 10:00:43 +0000
commit6faebdb82098586bddb48dfb262ad1ec5dd1f0e2 (patch)
tree2c8083682c1535467f8b2c8a3fa3497c7fcdfd19
parent7d20b4cf7f8112bcad329ade4ab53e6ec4548472 (diff)
downloadpkgsrc-6faebdb82098586bddb48dfb262ad1ec5dd1f0e2.tar.gz
fix comment about needing patch(1).
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 369de8397c0..f21603faab8 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -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 @@ FETCH_CMD?= /usr/bin/ftp
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; \