pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/npm



Module Name:    pkgsrc
Committed By:   maya
Date:           Wed Mar  6 10:07:36 UTC 2019

Modified Files:
        pkgsrc/lang/npm: Makefile

Log Message:
npm: remove entirely commented out section


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/npm/Makefile

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

Modified files:

Index: pkgsrc/lang/npm/Makefile
diff -u pkgsrc/lang/npm/Makefile:1.19 pkgsrc/lang/npm/Makefile:1.20
--- pkgsrc/lang/npm/Makefile:1.19       Wed Mar  6 09:42:09 2019
+++ pkgsrc/lang/npm/Makefile    Wed Mar  6 10:07:35 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2019/03/06 09:42:09 maya Exp $
+# $NetBSD: Makefile,v 1.20 2019/03/06 10:07:35 maya Exp $
 
 DISTNAME=      cli-6.8.0
 PKGNAME=       ${DISTNAME:S/cli/npm/}
@@ -57,11 +57,5 @@ do-install:
        cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${INSTALL_ENV} ${PREFIX}/bin/node \
                bin/npm-cli.js install -g -f ${PKGNAME_NOREV}.tgz
 
-# These are relative symlinks, and they're broken from this command
-#.if ${PKGMANDIR} != "share/man"
-#      ${RM} -f -r ${DESTDIR}${PREFIX}/${PKGMANDIR}
-#      ${MV} ${DESTDIR}${PREFIX}/share/man ${DESTDIR}${PREFIX}/${PKGMANDIR}
-#.endif
-
 .include "../../lang/python/pyversion.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index