pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ninja-build



Module Name:    pkgsrc
Committed By:   rillig
Date:           Wed Mar 18 00:05:18 UTC 2020

Modified Files:
        pkgsrc/devel/ninja-build: Makefile

Log Message:
devel/ninja-build: remove obsolete SUBST block

The ninja code does not contain the word PREFIX anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/ninja-build/Makefile

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

Modified files:

Index: pkgsrc/devel/ninja-build/Makefile
diff -u pkgsrc/devel/ninja-build/Makefile:1.11 pkgsrc/devel/ninja-build/Makefile:1.12
--- pkgsrc/devel/ninja-build/Makefile:1.11      Mon Feb 10 13:13:04 2020
+++ pkgsrc/devel/ninja-build/Makefile   Wed Mar 18 00:05:18 2020
@@ -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 @@ BUILD_DEPENDS+=      re2c>=0.11.3:../../devel
 
 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