diff options
author | joerg <joerg> | 2007-11-08 18:19:24 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-11-08 18:19:24 +0000 |
commit | 1ac7e86665000c6c9351cfb9f7c810b3a3786d89 (patch) | |
tree | 62944162024a4404872c11fd40e6fcd7695bd8ba | |
parent | 453bcaa71453cd8a1f63c28f865297be50c1013b (diff) | |
download | pkgsrc-1ac7e86665000c6c9351cfb9f7c810b3a3786d89.tar.gz |
Supports DESTDIR.
-rw-r--r-- | lang/jikes/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index 603939248c8..754845a599f 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2007/02/22 19:26:38 wiz Exp $ +# $NetBSD: Makefile,v 1.37 2007/11/08 18:19:24 joerg Exp $ # DISTNAME= jikes-1.22 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://jikes.sourceforge.net/ COMMENT= Java source to byte-code compiler +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LANGUAGES= c c++ UNLIMIT_RESOURCES= datasize |