diff options
author | abs <abs@pkgsrc.org> | 2009-12-17 19:02:05 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2009-12-17 19:02:05 +0000 |
commit | 834852a21075235bbe6be8308cf688d6e25504b1 (patch) | |
tree | dc230caf52e4dec952ecb8a86c16267621cb4bfb /x11 | |
parent | 526f0c530383dce743b9416a61c2a2884f985abf (diff) | |
download | pkgsrc-834852a21075235bbe6be8308cf688d6e25504b1.tar.gz |
PKG_DESTDIR_SUPPORT
Diffstat (limited to 'x11')
-rw-r--r-- | x11/labltk/Makefile | 6 | ||||
-rw-r--r-- | x11/labltk/PLIST | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11/labltk/Makefile b/x11/labltk/Makefile index d04b69c282a..5a862de0ba5 100644 --- a/x11/labltk/Makefile +++ b/x11/labltk/Makefile @@ -1,4 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2009/09/08 18:35:46 tonio Exp $ +# $NetBSD: Makefile,v 1.10 2009/12/17 19:02:05 abs Exp $ + +PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS+= lib/ocaml/stublibs +MAKE_JOBS_SAFE= no .include "../../lang/ocaml/Makefile.common" diff --git a/x11/labltk/PLIST b/x11/labltk/PLIST index 336d7b96346..ca088cdcae7 100644 --- a/x11/labltk/PLIST +++ b/x11/labltk/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 22:06:40 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2009/12/17 19:02:05 abs Exp $ bin/labltk bin/ocamlbrowser lib/ocaml/labltk/balloon.cmi @@ -215,7 +215,6 @@ lib/ocaml/labltk/tkcompiler lib/ocaml/labltk/tkthread.cmi lib/ocaml/labltk/tkthread.cmo lib/ocaml/labltk/tkthread.mli -lib/ocaml/labltk/tkthread.o lib/ocaml/labltk/tkvars.cmi lib/ocaml/labltk/tkvars.mli lib/ocaml/labltk/tkwait.cmi |