diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-04-18 10:34:21 +0000 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-04-18 10:34:21 +0000 |
commit | 53db27c642e411bc1038f966995de84ece2b5a14 (patch) | |
tree | 1e0229cb78d4a27442f8de41d854d3ef9b11f7ef /devel/ocaml-findlib | |
parent | b7828dea32df106fe2be81314af168b4d70dff05 (diff) | |
download | FreeBSD-ports-53db27c642e411bc1038f966995de84ece2b5a14.zip FreeBSD-ports-53db27c642e411bc1038f966995de84ece2b5a14.tar.gz |
fix plist and unbreak
Noticed by: bento via kris
Diffstat (limited to 'devel/ocaml-findlib')
-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 64c1d24..a6c0c7d 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> |