diff options
author | jaapb <jaapb> | 2016-05-05 15:53:08 +0000 |
---|---|---|
committer | jaapb <jaapb> | 2016-05-05 15:53:08 +0000 |
commit | e063778dc587fa1709901e353701e9b327249ae0 (patch) | |
tree | c1fe278e7305239ed4bb883f9b5fa435b4193ebf /devel | |
parent | 285cc7b08e339fb523ce0f6871efe6a418fe7986 (diff) | |
download | pkgsrc-e063778dc587fa1709901e353701e9b327249ae0.tar.gz |
Updated package to use correct findlib directory
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pcre-ocaml/Makefile | 5 |
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} |