diff options
author | obache <obache> | 2008-02-12 14:33:12 +0000 |
---|---|---|
committer | obache <obache> | 2008-02-12 14:33:12 +0000 |
commit | 7c30d875899a43835f376cd8fc219a6346369aae (patch) | |
tree | 85016060bc55946d28b96f1867d5755012034343 /textproc | |
parent | 53cf60bd50755c71fad8712cde1cb6e49dbcb25b (diff) | |
download | pkgsrc-7c30d875899a43835f376cd8fc219a6346369aae.tar.gz |
This package is DESTDIR ready.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hyperestraier/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/hyperestraier/Makefile b/textproc/hyperestraier/Makefile index 142c4ffc94f..1f17b3820f8 100644 --- a/textproc/hyperestraier/Makefile +++ b/textproc/hyperestraier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2007/04/05 12:21:27 obache Exp $ +# $NetBSD: Makefile,v 1.25 2008/02/12 14:33:12 obache Exp $ .include "Makefile.common" @@ -6,6 +6,8 @@ CATEGORIES= japanese textproc www COMMENT= Full-text search system for communities +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE= hyperestraier.pc.in |