summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant>2004-03-31 10:00:43 +0000
committergrant <grant>2004-03-31 10:00:43 +0000
commit6361236e399f6386c852d2147d0e8d25ddfa001f (patch)
tree2c8083682c1535467f8b2c8a3fa3497c7fcdfd19 /mk
parentc1ec199c89b92041054e198465d0d440be4c3cbc (diff)
downloadpkgsrc-6361236e399f6386c852d2147d0e8d25ddfa001f.tar.gz
fix comment about needing patch(1).
Diffstat (limited to 'mk')
-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; \