diff options
author | joerg <joerg> | 2009-07-07 21:12:53 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-07 21:12:53 +0000 |
commit | 319bbd8ce34ec67246ad95fc201ec78b4dc95886 (patch) | |
tree | e4f96488bf883f0a3126dc816b8f62fc2ecccf25 /textproc | |
parent | 200b87c9a17208111d8dbb125e340021dc6645c1 (diff) | |
download | pkgsrc-319bbd8ce34ec67246ad95fc201ec78b4dc95886.tar.gz |
user-destdir support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xapian/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xapian/Makefile b/textproc/xapian/Makefile index 38e2a4dbd82..a07e7775997 100644 --- a/textproc/xapian/Makefile +++ b/textproc/xapian/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/04/20 22:25:12 schmonz Exp $ +# $NetBSD: Makefile,v 1.6 2009/07/07 21:12:53 joerg Exp $ # DISTNAME= xapian-core-1.0.12 @@ -11,6 +11,8 @@ HOMEPAGE= http://xapian.org/ COMMENT= Search engine based on Probabilistic Information Retrieval LICENSE= gnu-gpl-v2 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_LANGUAGES= c c++ |