summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2016-06-20 19:39:43 +0000
committerjaapb <jaapb@pkgsrc.org>2016-06-20 19:39:43 +0000
commitecb3e7272c00670a1d40a4dffcbd9ef7f029807d (patch)
treef621b3a42d388c4430c9b6c1358f305e196e5b1d /devel
parent77dfa9dd574389063a8e262e716af37128ce028c (diff)
downloadpkgsrc-ecb3e7272c00670a1d40a4dffcbd9ef7f029807d.tar.gz
Revbump to make sure package gets compiled with newer mk/ocaml.mk.
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre-ocaml/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile
index 4d2fa14c0e5..4fe0c9774dd 100644
--- a/devel/pcre-ocaml/Makefile
+++ b/devel/pcre-ocaml/Makefile
@@ -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}