pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/nodejs



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu May  5 13:06:50 UTC 2022

Modified Files:
        pkgsrc/lang/nodejs: application.mk

Log Message:
nodejs: fix copy-pasto in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/nodejs/application.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nodejs/application.mk
diff -u pkgsrc/lang/nodejs/application.mk:1.1 pkgsrc/lang/nodejs/application.mk:1.2
--- pkgsrc/lang/nodejs/application.mk:1.1       Sun Aug 18 03:44:42 2019
+++ pkgsrc/lang/nodejs/application.mk   Thu May  5 13:06:50 2022
@@ -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