pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/nodejs nodejs: fix copy-pasto in a comment



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bbd63f0d9535
branches:  trunk
changeset: 378783:bbd63f0d9535
user:      gutteridge <gutteridge%pkgsrc.org@localhost>
date:      Thu May 05 13:06:50 2022 +0000

description:
nodejs: fix copy-pasto in a comment

diffstat:

 lang/nodejs/application.mk |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (18 lines):

diff -r 770cda767f0d -r bbd63f0d9535 lang/nodejs/application.mk
--- a/lang/nodejs/application.mk        Thu May 05 12:23:34 2022 +0000
+++ b/lang/nodejs/application.mk        Thu May 05 13:06:50 2022 +0000
@@ -1,11 +1,9 @@
-# $NetBSD: application.mk,v 1.1 2019/08/18 03:44:42 maya Exp $
+# $NetBSD: application.mk,v 1.2 2022/05/05 13:06:50 gutteridge Exp $
 #
-# Replace the #! interpreter for nodejs scripts.
+# Replace the #! interpreter for node.js scripts.
 #
 # This mk fragment should be included in all node.js packages that
-# install node scripts, or at least those that don't use setuptools
-# or some other mechanism to set the real path.  Specifically, it is
-# reasonable to include both egg.mk and application.mk.
+# install node scripts.
 #
 # Package-settable variables:
 #



Home | Main Index | Thread Index | Old Index