summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjaapb <jaapb@pkgsrc.org>2016-05-05 15:53:08 +0000
committerjaapb <jaapb@pkgsrc.org>2016-05-05 15:53:08 +0000
commita85bb040324e69200438322caced3326dc1cccf3 (patch)
treec1fe278e7305239ed4bb883f9b5fa435b4193ebf /devel
parentd6058ea698f0d1a8ed0c5ace580c96ccec3b69ec (diff)
downloadpkgsrc-a85bb040324e69200438322caced3326dc1cccf3.tar.gz
Updated package to use correct findlib directory
Diffstat (limited to 'devel')
-rw-r--r--devel/pcre-ocaml/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/pcre-ocaml/Makefile b/devel/pcre-ocaml/Makefile
index cb0713060a0..4d2fa14c0e5 100644
--- a/devel/pcre-ocaml/Makefile
+++ b/devel/pcre-ocaml/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2016/05/05 11:45:39 jaapb Exp $
+# $NetBSD: Makefile,v 1.24 2016/05/05 15:53:08 jaapb Exp $
DISTNAME= pcre-ocaml-7.1.6
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=mmottl/}
GITHUB_RELEASE= v${PKGVERSION_NOREV}
@@ -20,6 +20,7 @@ MAKE_JOBS_SAFE= no
EGDIR= ${PREFIX}/share/examples/pcre-ocaml
INSTALLATION_DIRS+= ${EGDIR}
+OCAML_FINDLIB_DIRS= ${OCAML_SITELIBDIR}/pcre
post-install:
cd ${WRKSRC}/examples && pax -rw -pm . ${DESTDIR}${EGDIR}