diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-03-03 17:58:59 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-03-03 17:58:59 +0000 |
commit | 5674b9a038271b9d8efae103dda1b9cc7c23bd50 (patch) | |
tree | f7b1f73ec5448b6a2c72f019e9d00768779bbdc2 /devel/ocaml-findlib | |
parent | 553b7566ffb4490bdd1a0fc3aee3df95a2c3ee1a (diff) | |
download | ports-5674b9a038271b9d8efae103dda1b9cc7c23bd50.tar.gz ports-5674b9a038271b9d8efae103dda1b9cc7c23bd50.zip |
Notes
Diffstat (limited to 'devel/ocaml-findlib')
-rw-r--r-- | devel/ocaml-findlib/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index a72f8d0e26f1..15cd044ba86f 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -8,6 +8,7 @@ PORTNAME= findlib PORTVERSION= 1.2.6 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://download.camlcity.org/download/ PKGNAMEPREFIX= ocaml- @@ -42,6 +43,9 @@ post-patch: -e 's,(${PATTERN}+.*SITELIB),\1\$${BSD_INSTALL_DATA} \3,' \ ${WRKSRC}/Makefile ${WRKSRC}/src/findlib/Makefile \ ${WRKSRC}/src/findlib-toolbox/Makefile + @${REINPLACE_CMD} \ + -e 's,path="@SITELIB@,&:${PREFIX}/lib/ocaml,' \ + ${WRKSRC}/findlib.conf.in post-install: .if !defined(NOPORTDOCS) |