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 | dbd8355b090829a4edc1de0fdd70c64c41f7b513 (patch) | |
tree | 7cdd58a2d1e907d85c0c586b318f0380758c9581 /lang/japhar/Makefile | |
parent | d03db9a9728a21176bfeccc2ac9d9da102a05c31 (diff) | |
download | pkgsrc-dbd8355b090829a4edc1de0fdd70c64c41f7b513.tar.gz |
DESTDIR works, so enable it.
Diffstat (limited to 'lang/japhar/Makefile')
-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 |