pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
chromium-depot_tools: polish style
Module Name: pkgsrc-wip
Committed By: Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By: kamil
Date: Thu Jul 21 22:57:32 2016 +0200
Changeset: 306f3861dfb7630844851cf20b5f04e35ab56763
Modified Files:
chromium-depot_tools/Makefile
Removed Files:
chromium-depot_tools/tool.mk
Log Message:
chromium-depot_tools: polish style
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=306f3861dfb7630844851cf20b5f04e35ab56763
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
chromium-depot_tools/Makefile | 3 +--
chromium-depot_tools/tool.mk | 9 ---------
2 files changed, 1 insertion(+), 11 deletions(-)
diffs:
diff --git a/chromium-depot_tools/Makefile b/chromium-depot_tools/Makefile
index 8e10779..f0445ed 100644
--- a/chromium-depot_tools/Makefile
+++ b/chromium-depot_tools/Makefile
@@ -83,8 +83,7 @@ NO_BUILD= yes
EXTRACT_DIR= ${WRKDIR}/${DISTNAME}
do-install:
- cd ${WRKSRC}; ${PAX} -rw . ${DESTDIR}/${PREFIX}/share/chromium-depot_tools
+ cd ${WRKSRC} && ${PAX} -rw . ${DESTDIR}/${PREFIX}/share/chromium-depot_tools
-.include "../../lang/python/tool.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/chromium-depot_tools/tool.mk b/chromium-depot_tools/tool.mk
deleted file mode 100644
index 2280c80..0000000
--- a/chromium-depot_tools/tool.mk
+++ /dev/null
@@ -1,9 +0,0 @@
-# $NetBSD: tool.mk,v 1.1 2014/08/31 17:10:48 heidnes Exp $
-
-.if !defined(CHROMIUM_DEPOT_TOOLS_MK)
-CHROMIUM_DEPOT_TOOLS_MK= defined
-
-PREPEND_PATH+= ${PREFIX}/share/chromium-depot_tools
-MAKE_ENV+= DEPOT_TOOLS_UPDATE=0
-
-.endif #CHROMIUM_DEPOT_TOOLS_MK
Home |
Main Index |
Thread Index |
Old Index