diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-21 19:57:07 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-21 19:57:07 +0000 |
commit | 433265801922393e8b7989ad133e9bfafdffa46d (patch) | |
tree | 495e2f35e892f8b9d5bdd29a775616b563f28639 /devel/ocaml-ulex | |
parent | 718b940f32828b2924224f389a71c94533c4659c (diff) |
- Fix permission of ld.conf. It should be 0644 instead of 0444.
- Unbreak unguilty ports.
Notes
Notes:
svn path=/head/; revision=135809
Diffstat (limited to 'devel/ocaml-ulex')
-rw-r--r-- | devel/ocaml-ulex/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/ocaml-ulex/Makefile b/devel/ocaml-ulex/Makefile index 732bbee92f83..079c9a41a4d7 100644 --- a/devel/ocaml-ulex/Makefile +++ b/devel/ocaml-ulex/Makefile @@ -20,8 +20,6 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ RUN_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml \ ocamlfind:${PORTSDIR}/devel/ocaml-findlib -BROKEN= Changes permissions of installed file - USE_GMAKE= yes ALL_TARGET= all all.opt |