diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2022-05-05 13:06:50 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2022-05-05 13:06:50 +0000 |
commit | 85ff554d1b91320b30ddb71df0b8fdf5587cb3f6 (patch) | |
tree | 2af9c96e9a6a086ad33ed45d9fab665b6c7e6dfe /lang/nodejs | |
parent | bccc14fc9b08b38ef1aefd09540590afb97889ce (diff) | |
download | pkgsrc-85ff554d1b91320b30ddb71df0b8fdf5587cb3f6.tar.gz |
nodejs: fix copy-pasto in a comment
Diffstat (limited to 'lang/nodejs')
-rw-r--r-- | lang/nodejs/application.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lang/nodejs/application.mk b/lang/nodejs/application.mk index 238c480247e..1418150c2e2 100644 --- a/lang/nodejs/application.mk +++ b/lang/nodejs/application.mk @@ -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: # |