pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
rebar3: delete unused code
Module Name: pkgsrc-wip
Committed By: nikita <nikita%NetBSD.org@localhost>
Pushed By: nikita
Date: Tue Apr 5 20:52:27 2022 +0200
Changeset: 95f7a0ad06723b994bb4cbe205a73411bf10e6db
Modified Files:
rebar3/Makefile
Log Message:
rebar3: delete unused code
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=95f7a0ad06723b994bb4cbe205a73411bf10e6db
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
rebar3/Makefile | 12 ------------
1 file changed, 12 deletions(-)
diffs:
diff --git a/rebar3/Makefile b/rebar3/Makefile
index ca3f39d804..72c64b3485 100644
--- a/rebar3/Makefile
+++ b/rebar3/Makefile
@@ -50,18 +50,6 @@ INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1 share/examples/rebar3
build-cache:
cd ${WRKDIR} && ${TAR} -c -v -z -f rebar3-cache-${PKGVERSION}${EXTRACT_SUFX} .home
-# post-extract:
-# .for dep in ${REBAR_DEPS}
-# ${MKDIR} ${WRKSRC}/_build/default/lib/${dep:C/-.*//}
-# ${TAR} xOf ${DISTDIR}/rebar3/${dep}.tar contents.tar.gz |\
-# ${TAR} xfz - -C ${WRKSRC}/_build/default/lib/${dep:C/-.*//}
-# .endfor
-# ${MKDIR} ${WRKSRC}/_build/bootstrap/lib
-# ${MKDIR} ${WRKSRC}/_build/bootstrap/plugins
-# .for dep in ${REBAR_DEPS}
-# ${LN} -sf ${WRKSRC}/_build/default/lib/${dep:C/-.*//} ${WRKSRC}/_build/bootstrap/lib/
-# .endfor
-
post-extract:
.for dep in ${REBAR_DEPS}
${MKDIR} ${WRKSRC}/_build/default/lib/${dep:C/-.*//}
Home |
Main Index |
Thread Index |
Old Index