diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-04 14:33:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-04 14:33:27 +0000 |
commit | 7a5f8df6e207ec87b80b33ca8ba9631899fed11c (patch) | |
tree | 4a0654c6be7929cae4bdea3a77e12c4b9cbb7838 /lang/ocaml/PLIST.opt | |
parent | 12b8b2a420a106310cd5e3b0667895553b5e1c1a (diff) | |
download | pkgsrc-7a5f8df6e207ec87b80b33ca8ba9631899fed11c.tar.gz |
Reorder PLIST components so that directories are removed in the correct
order. Remove "@unexec rmdir" lines made redundant by the reordering.
Also, use a more succinct way to match ${OPSYS} + ${MACHINE_ARCH} by
just checking ${MACHINE_PLATFORM}.
Diffstat (limited to 'lang/ocaml/PLIST.opt')
-rw-r--r-- | lang/ocaml/PLIST.opt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/ocaml/PLIST.opt b/lang/ocaml/PLIST.opt index 7c232171226..6d65ab1280a 100644 --- a/lang/ocaml/PLIST.opt +++ b/lang/ocaml/PLIST.opt @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.opt,v 1.11 2006/01/16 09:41:48 adam Exp $ +@comment $NetBSD: PLIST.opt,v 1.12 2006/04/04 14:33:27 jlam Exp $ bin/camlp4o.opt bin/camlp4r.opt bin/ocamlc.opt @@ -161,4 +161,3 @@ lib/ocaml/unix.cmx lib/ocaml/unix.cmxa lib/ocaml/unixLabels.cmx lib/ocaml/weak.cmx -@unexec ${RMDIR} %D/lib/ocaml 2>/dev/null || ${TRUE} |