pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/npm npm: remove entirely commented out section
details: https://anonhg.NetBSD.org/pkgsrc/rev/781dc7073d46
branches: trunk
changeset: 330853:781dc7073d46
user: maya <maya%pkgsrc.org@localhost>
date: Wed Mar 06 10:07:35 2019 +0000
description:
npm: remove entirely commented out section
diffstat:
lang/npm/Makefile | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (21 lines):
diff -r 2e76f7c94f11 -r 781dc7073d46 lang/npm/Makefile
--- a/lang/npm/Makefile Wed Mar 06 09:42:27 2019 +0000
+++ b/lang/npm/Makefile Wed Mar 06 10:07:35 2019 +0000
@@ -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 @@
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