pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/coq



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Mar  3 09:29:21 UTC 2025

Modified Files:
        pkgsrc/lang/coq: Makefile

Log Message:
coq: remove REPLACE_* with no effect


To generate a diff of this commit:
cvs rdiff -u -r1.167 -r1.168 pkgsrc/lang/coq/Makefile

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

Modified files:

Index: pkgsrc/lang/coq/Makefile
diff -u pkgsrc/lang/coq/Makefile:1.167 pkgsrc/lang/coq/Makefile:1.168
--- pkgsrc/lang/coq/Makefile:1.167      Mon Feb 24 03:41:02 2025
+++ pkgsrc/lang/coq/Makefile    Mon Mar  3 09:29:21 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.167 2025/02/24 03:41:02 dholland Exp $
+# $NetBSD: Makefile,v 1.168 2025/03/03 09:29:21 wiz Exp $
 
 DISTNAME=      coq-8.20.1
 CATEGORIES=    lang math
@@ -72,14 +72,12 @@ PLIST.natdynlink=   yes
 
 .include "../../lang/python/pyversion.mk"
 
-REPLACE_SH=            configure install.sh
 REPLACE_INTERPRETER=   python
 REPLACE.python.old=    python3
 REPLACE.python.new=    ${PYTHONBIN}
-REPLACE_FILES.python=  tools/TimeFileMaker.py \
-                       tools/make-both-single-timing-files.py \
-                       tools/make-both-time-files.py \
-                       tools/make-one-time-file.py
+REPLACE_FILES.python+= tools/make-both-single-timing-files.py
+REPLACE_FILES.python+= tools/make-both-time-files.py
+REPLACE_FILES.python+= tools/make-one-time-file.py
 
 # As of 8.20 it seems the best way to get things built is to do this
 # explicitly as a separate step and then use OCAML_USE_DUNE. You can



Home | Main Index | Thread Index | Old Index