diff options
author | dholland <dholland@pkgsrc.org> | 2008-09-07 07:31:11 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2008-09-07 07:31:11 +0000 |
commit | 80bbe6d3b554e29c24402fc11fed2f387a3038dc (patch) | |
tree | 7cdd58a2d1e907d85c0c586b318f0380758c9581 /lang/japhar | |
parent | a0e14be0422e6472cd0ea90818df3db6cab5c2c0 (diff) | |
download | pkgsrc-80bbe6d3b554e29c24402fc11fed2f387a3038dc.tar.gz |
DESTDIR works, so enable it.
Diffstat (limited to 'lang/japhar')
-rw-r--r-- | lang/japhar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index ca13a1e540f..f625a6ee1ee 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/07/19 19:14:38 jlam Exp $ +# $NetBSD: Makefile,v 1.25 2008/09/07 07:31:11 dholland Exp $ # DISTNAME= japhar-0.08 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.hungry.com/old-hungry/products/japhar/ COMMENT= Java Virtual Machine, currently JDK 1.1.5-level +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake |