summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-07-07 21:27:17 +0000
committerjoerg <joerg@pkgsrc.org>2009-07-07 21:27:17 +0000
commit9f7177d3fda35ac71c13cd44cacad1e217853f0a (patch)
treeb8aa33423547e7ac240c873ef4f0f7b239a17533 /textproc
parent9c08f51897cfd390d8a27d78694c37a3b8e8ba42 (diff)
downloadpkgsrc-9f7177d3fda35ac71c13cd44cacad1e217853f0a.tar.gz
user-destdir support
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libclucene/Makefile4
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