diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 20:34:12 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 20:34:12 +0000 |
commit | 204d20a635f3b82b18354e03b917ddb4187593c9 (patch) | |
tree | fd4620c67e5e10d0afde4e707b400487e3a40032 /lang/ocaml | |
parent | c26e35368783819aa38b987e63b9985697fce024 (diff) | |
download | pkgsrc-204d20a635f3b82b18354e03b917ddb4187593c9.tar.gz |
Replace @exec/@unexec with @pkgdir or drop it.
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/ocaml/PLIST b/lang/ocaml/PLIST index 4b106a71bfe..207a99d6699 100644 --- a/lang/ocaml/PLIST +++ b/lang/ocaml/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2009/06/14 18:03:37 joerg Exp $ +@comment $NetBSD: PLIST,v 1.20 2009/06/14 20:34:14 joerg Exp $ bin/camlp4 bin/camlp4boot bin/camlp4o @@ -519,5 +519,3 @@ man/man3/Unix.LargeFile.3o man/man3/Weak.3o man/man3/Weak.Make.3o man/man3/Weak.S.3o -@unexec ${RMDIR} %D/lib/ocaml/ocamldoc/custom 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/lib/ocaml 2>/dev/null || ${TRUE} |