diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 21:27:17 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 21:27:17 +0000 |
commit | 0c7dabad1618a55bad7cf820eb88f0f48e3d4008 (patch) | |
tree | b8aa33423547e7ac240c873ef4f0f7b239a17533 /textproc | |
parent | cefd1a4672fa948c579cbb50ed49a5e84b01fe38 (diff) | |
download | pkgsrc-0c7dabad1618a55bad7cf820eb88f0f48e3d4008.tar.gz |
user-destdir support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libclucene/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/libclucene/Makefile b/textproc/libclucene/Makefile index 584d3ed8bd9..35a0ba29d7e 100644 --- a/textproc/libclucene/Makefile +++ b/textproc/libclucene/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/11/04 10:52:53 markd Exp $ +# $NetBSD: Makefile,v 1.2 2009/07/07 21:27:17 joerg Exp $ DISTNAME= clucene-core-0.9.21 PKGREVISION= 1 @@ -11,6 +11,8 @@ MAINTAINER= mkirby@NetBSD.org HOMEPAGE= http://clucene.sourceforge.net/index.php/Main_Page COMMENT= Text search engine written in C++ +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= gmake USE_LANGUAGES= c c++ GNU_CONFIGURE= yes |