diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-18 10:34:21 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-04-18 10:34:21 +0000 |
commit | 9ace06ab44449c66258cd194c7c743bdb6604641 (patch) | |
tree | f61ae5ee2ac2c6803962ceacae0812b18a61961c /devel | |
parent | 396e6c634d00e9e5e8f63cab0f45f069a720bdc5 (diff) |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-findlib/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/ocaml-findlib/Makefile b/devel/ocaml-findlib/Makefile index 64c1d243163b..a6c0c7d0c55b 100644 --- a/devel/ocaml-findlib/Makefile +++ b/devel/ocaml-findlib/Makefile @@ -18,8 +18,6 @@ COMMENT= OCaml package manager BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -BROKEN= Broken pkg-plist - HAS_CONFIGURE= yes USE_GMAKE= yes @@ -29,9 +27,9 @@ MAN1= ocamlfind.1 MAN5= META.5 findlib.conf.5 site-lib.5 post-install: - @${FIND} ${PREFIX}/lib/ocaml -type f | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${PREFIX}/lib/ocaml -type d | ${SORT} -r | \ + @${FIND} ${PREFIX}/lib/ocaml/site-lib/findlib -type f | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${PREFIX}/lib/ocaml/site-lib/findlib -type d | ${SORT} -r | \ + ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include <bsd.port.mk> |