diff options
Diffstat (limited to 'time/ocaml-calendar/Makefile')
-rw-r--r-- | time/ocaml-calendar/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/time/ocaml-calendar/Makefile b/time/ocaml-calendar/Makefile index e8638a02ced..5fa7b0489d3 100644 --- a/time/ocaml-calendar/Makefile +++ b/time/ocaml-calendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/05/30 01:00:11 zafer Exp $ +# $NetBSD: Makefile,v 1.3 2010/02/12 00:31:52 joerg Exp $ # DISTNAME= calendar-2.0.4 @@ -10,6 +10,8 @@ MAINTAINER= jaapb@kerguelen.org HOMEPAGE= http://www.lri.fr/~signoles/prog.en.html/ COMMENT= OCaml library managing dates and times +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib GNU_CONFIGURE= yes @@ -25,5 +27,7 @@ PLIST_SRC+= PLIST TEST_TARGET= tests +INSTALLATION_DIRS+= lib/ocaml/site-lib + .include "../../lang/ocaml/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |