diff options
author | grant <grant@pkgsrc.org> | 2004-03-31 10:00:43 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-03-31 10:00:43 +0000 |
commit | b8453b63fcdd22dfd4c7bae6070884f623b85da7 (patch) | |
tree | 2c8083682c1535467f8b2c8a3fa3497c7fcdfd19 /mk | |
parent | b6bcc1438793147a84a41616a141e29a0f1cbda4 (diff) | |
download | pkgsrc-b8453b63fcdd22dfd4c7bae6070884f623b85da7.tar.gz |
fix comment about needing patch(1).
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
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; \ |