diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:06:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:06:39 +0000 |
commit | e85e58a029bd63ae666f1998c5a5629ca64ceee6 (patch) | |
tree | 5c7f99cfbae867a7ff655a3f10b6c23aceb8f59b /x11/ocaml-graphics | |
parent | b882d11d24e052ef7a19f4841f4729478cec7f12 (diff) | |
download | pkgsrc-e85e58a029bd63ae666f1998c5a5629ca64ceee6.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'x11/ocaml-graphics')
-rw-r--r-- | x11/ocaml-graphics/PLIST | 4 | ||||
-rw-r--r-- | x11/ocaml-graphics/PLIST.stub | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/x11/ocaml-graphics/PLIST b/x11/ocaml-graphics/PLIST index db696e11e6d..33426ae4ed5 100644 --- a/x11/ocaml-graphics/PLIST +++ b/x11/ocaml-graphics/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2008/12/22 20:04:07 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/06/14 22:06:41 joerg Exp $ ${PLIST.opt}lib/ocaml/graphics.a lib/ocaml/graphics.cma lib/ocaml/graphics.cmi @@ -8,5 +8,3 @@ lib/ocaml/graphicsX11.cmi lib/ocaml/graphicsX11.mli lib/ocaml/libgraphics.a lib/ocaml/stublibs/dllgraphics.so -@unexec ${RMDIR} %D/lib/ocaml/stublibs 2>/dev/null || ${TRUE} -@unexec ${RMDIR} %D/lib/ocaml 2>/dev/null || ${TRUE} diff --git a/x11/ocaml-graphics/PLIST.stub b/x11/ocaml-graphics/PLIST.stub index 015eadc7839..cef3d057cd6 100644 --- a/x11/ocaml-graphics/PLIST.stub +++ b/x11/ocaml-graphics/PLIST.stub @@ -1,3 +1,2 @@ -@comment $NetBSD: PLIST.stub,v 1.1 2005/02/04 22:38:59 adrianp Exp $ +@comment $NetBSD: PLIST.stub,v 1.2 2009/06/14 22:06:41 joerg Exp $ lib/ocaml/stublibs/dllgraphics.so -@unexec ${RMDIR} %D/lib/ocaml/stublibs 2>/dev/null || ${TRUE} |