diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-07 21:24:04 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-07 21:24:04 +0000 |
commit | 862fd83211ba3719dcae102c534ef593ef2cfb1c (patch) | |
tree | 8867e94f8090d66b96243286dfb00aa9a97870e8 /textproc | |
parent | 82b8fb912307292de604a0acf88a9f91124f4442 (diff) | |
download | pkgsrc-862fd83211ba3719dcae102c534ef593ef2cfb1c.tar.gz |
user-destdir support
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/xapian-omega/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/xapian-omega/Makefile b/textproc/xapian-omega/Makefile index 279f76eff8a..e894a873d59 100644 --- a/textproc/xapian-omega/Makefile +++ b/textproc/xapian-omega/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2009/05/01 23:38:38 schmonz Exp $ +# $NetBSD: Makefile,v 1.8 2009/07/07 21:24:04 joerg Exp $ # DISTNAME= xapian-omega-1.0.12 @@ -10,6 +10,8 @@ HOMEPAGE= http://xapian.org/docs/omega/overview.html COMMENT= Search engine application for websites using Xapian LICENSE= gnu-gpl-v2 +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} USE_LIBTOOL= yes |