summaryrefslogtreecommitdiff
path: root/devel/equeue/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-14 20:51:23 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-14 20:51:23 +0000
commitd0d8b3270e55b00ca633b341c8636c9ca119e9e7 (patch)
treee43e532283452ff450c507d4009e47781ac897cc /devel/equeue/Makefile
parent0b40755bde56709f852edc4c63b1309b8f6f159d (diff)
downloadpkgsrc-d0d8b3270e55b00ca633b341c8636c9ca119e9e7.tar.gz
DESTDIR support
Diffstat (limited to 'devel/equeue/Makefile')
-rw-r--r--devel/equeue/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/equeue/Makefile b/devel/equeue/Makefile
index 52a2ce233ac..6e2fc82593a 100644
--- a/devel/equeue/Makefile
+++ b/devel/equeue/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/05/28 21:06:08 zafer Exp $
+# $NetBSD: Makefile,v 1.4 2010/02/14 20:51:23 joerg Exp $
#
DISTNAME= equeue-2.1.3
@@ -9,6 +9,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.camlcity.org/
COMMENT= Queues for file events (OCaml)
+PKG_DESTDIR_SUPPORT= user-destdir
MAKE_JOBS_SAFE= no
DEPENDS+= ocaml-findlib-[0-9]*:../../devel/ocaml-findlib
@@ -19,5 +20,7 @@ USE_TOOLS+= gmake
BUILD_TARGET= all opt
PLIST_SRC= PLIST.opt PLIST
+INSTALLATION_DIRS+= lib/ocaml/site-lib
+
.include "../../lang/ocaml/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"