pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/pcre-ocaml Revbump to make sure package gets com...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea75e11afa8f
branches:  trunk
changeset: 348957:ea75e11afa8f
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Mon Jun 20 19:39:43 2016 +0000

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

diffstat:

 devel/pcre-ocaml/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r adeb3fe97dce -r ea75e11afa8f devel/pcre-ocaml/Makefile
--- a/devel/pcre-ocaml/Makefile Mon Jun 20 19:36:16 2016 +0000
+++ b/devel/pcre-ocaml/Makefile Mon Jun 20 19:39:43 2016 +0000
@@ -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 @@
 
 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