pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-findlib



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat May  9 12:52:54 UTC 2020

Modified Files:
        pkgsrc/devel/ocaml-findlib: Makefile

Log Message:
devel/ocaml-findlib: remove no-op SUBST block

There is no file called *reg* anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/ocaml-findlib/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/ocaml-findlib/Makefile
diff -u pkgsrc/devel/ocaml-findlib/Makefile:1.46 pkgsrc/devel/ocaml-findlib/Makefile:1.47
--- pkgsrc/devel/ocaml-findlib/Makefile:1.46    Sun Nov  3 10:39:22 2019
+++ pkgsrc/devel/ocaml-findlib/Makefile Sat May  9 12:52:54 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2019/11/03 10:39:22 rillig Exp $
+# $NetBSD: Makefile,v 1.47 2020/05/09 12:52:54 rillig Exp $
 
 DISTNAME=              findlib-1.8.1
 PKGNAME=               ocaml-${DISTNAME}
@@ -47,13 +47,6 @@ CONF_FILES=          ${EGDIR}/ocamlfind.conf ${P
 
 FILES_SUBST+=          OCAML_FINDLIB_DIRS="${OCAML_FINDLIB_DIRS}" OCAML_SITELIBDIR="${OCAML_SITELIBDIR}"
 
-SUBST_CLASSES+=                ofr
-SUBST_STAGE.ofr=       pre-configure
-SUBST_FILES.ofr=       ocaml-findlib-register.sh
-SUBST_VARS.ofr=                SH
-SUBST_VARS.ofr+=       PREFIX
-SUBST_VARS.ofr+=       FGREP
-
 SUBST_CLASSES+=                pathes
 SUBST_STAGE.pathes=    post-install
 SUBST_FILES.pathes=    ${DESTDIR}${PREFIX}/lib/ocaml/site-lib/findlib/Makefile.config



Home | Main Index | Thread Index | Old Index