pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/pcre-ocaml



Module Name:    pkgsrc
Committed By:   jaapb
Date:           Mon Jun 20 19:39:43 UTC 2016

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

Log Message:
Revbump to make sure package gets compiled with newer mk/ocaml.mk.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/pcre-ocaml/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/pcre-ocaml/Makefile
diff -u pkgsrc/devel/pcre-ocaml/Makefile:1.24 pkgsrc/devel/pcre-ocaml/Makefile:1.25
--- pkgsrc/devel/pcre-ocaml/Makefile:1.24       Thu May  5 15:53:08 2016
+++ pkgsrc/devel/pcre-ocaml/Makefile    Mon Jun 20 19:39:43 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.24 2016/05/05 15:53:08 jaapb Exp $
+# $NetBSD: Makefile,v 1.25 2016/06/20 19:39:43 jaapb Exp $
 
 DISTNAME=              pcre-ocaml-7.1.6
-PKGREVISION=           2
+PKGREVISION=           3
 CATEGORIES=            devel
 MASTER_SITES=          ${MASTER_SITE_GITHUB:=mmottl/}
 GITHUB_RELEASE=                v${PKGVERSION_NOREV}
@@ -20,7 +20,7 @@ MAKE_JOBS_SAFE=       no
 
 EGDIR=                 ${PREFIX}/share/examples/pcre-ocaml
 INSTALLATION_DIRS+=    ${EGDIR}
-OCAML_FINDLIB_DIRS=    ${OCAML_SITELIBDIR}/pcre
+OCAML_FINDLIB_DIRS=    pcre
 
 post-install:
        cd ${WRKSRC}/examples && pax -rw -pm . ${DESTDIR}${EGDIR}



Home | Main Index | Thread Index | Old Index