pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ocaml-cppo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jan 23 09:54:04 UTC 2018

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

Log Message:
ocaml-cppo: fix Makefile


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ocaml-cppo/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-cppo/Makefile
diff -u pkgsrc/devel/ocaml-cppo/Makefile:1.14 pkgsrc/devel/ocaml-cppo/Makefile:1.15
--- pkgsrc/devel/ocaml-cppo/Makefile:1.14       Mon Jan 22 12:04:04 2018
+++ pkgsrc/devel/ocaml-cppo/Makefile    Tue Jan 23 09:54:04 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2018/01/22 12:04:04 jaapb Exp $
+# $NetBSD: Makefile,v 1.15 2018/01/23 09:54:04 wiz Exp $
 
 DISTNAME=      cppo-1.6.0
 PKGNAME=       ocaml-${DISTNAME}
@@ -54,7 +54,7 @@ do-install:
        done
 .endif
 
-+.include "../../devel/ocamlbuild/buildlink3.mk"
-+BUILDLINK_DEPMETHOD.ocamlbuild?=        full
+.include "../../devel/ocamlbuild/buildlink3.mk"
+BUILDLINK_DEPMETHOD.ocamlbuild?=        full
 .include "../../lang/camlp4/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index