summaryrefslogtreecommitdiff
path: root/lang/ocaml/PLIST.opt
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-04-04 14:33:27 +0000
committerjlam <jlam@pkgsrc.org>2006-04-04 14:33:27 +0000
commit7a5f8df6e207ec87b80b33ca8ba9631899fed11c (patch)
tree4a0654c6be7929cae4bdea3a77e12c4b9cbb7838 /lang/ocaml/PLIST.opt
parent12b8b2a420a106310cd5e3b0667895553b5e1c1a (diff)
downloadpkgsrc-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.opt3
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}