pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ninja-build devel/ninja-build: remove obsolete S...
details: https://anonhg.NetBSD.org/pkgsrc/rev/acd3093d4cea
branches: trunk
changeset: 413290:acd3093d4cea
user: rillig <rillig%pkgsrc.org@localhost>
date: Wed Mar 18 00:05:18 2020 +0000
description:
devel/ninja-build: remove obsolete SUBST block
The ninja code does not contain the word PREFIX anymore.
diffstat:
devel/ninja-build/Makefile | 8 +-------
1 files changed, 1 insertions(+), 7 deletions(-)
diffs (22 lines):
diff -r 8cd5093243ef -r acd3093d4cea devel/ninja-build/Makefile
--- a/devel/ninja-build/Makefile Wed Mar 18 00:02:55 2020 +0000
+++ b/devel/ninja-build/Makefile Wed Mar 18 00:05:18 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2020/02/10 13:13:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.12 2020/03/18 00:05:18 rillig Exp $
DISTNAME= ninja-1.10.0
PKGNAME= ${DISTNAME:S/ninja/ninja-build/}
@@ -16,12 +16,6 @@
USE_LANGUAGES= c c++
-SUBST_CLASSES+= prefix
-SUBST_STAGE.prefix= pre-configure
-SUBST_MESSAGE.prefix= Fix PREFIX
-SUBST_FILES.prefix= configure.py
-SUBST_VARS.prefix= PREFIX
-
INSTALLATION_DIRS= bin share/doc/ninja share/ninja
do-build:
Home |
Main Index |
Thread Index |
Old Index