diff options
author | obache <obache> | 2008-06-14 14:48:01 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-14 14:48:01 +0000 |
commit | 346f7120c29e30fd9d45b6f30817ad694ec56499 (patch) | |
tree | f90c3229e175e0c9023735ae70105572b01bb081 /databases/qdbm/Makefile | |
parent | 0b1d96f760b6c41c9c0e10dd6bc6d348a939523a (diff) | |
download | pkgsrc-346f7120c29e30fd9d45b6f30817ad694ec56499.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'databases/qdbm/Makefile')
-rw-r--r-- | databases/qdbm/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/qdbm/Makefile b/databases/qdbm/Makefile index 4a8b7c77f6e..f86d869c9ff 100644 --- a/databases/qdbm/Makefile +++ b/databases/qdbm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/09/09 02:41:56 obache Exp $ +# $NetBSD: Makefile,v 1.8 2008/06/14 14:48:01 obache Exp $ # .include "Makefile.common" @@ -7,6 +7,8 @@ CATEGORIES= databases COMMENT= Quick Database Manager - library of routines for managing a db +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes MAKE_FILE= LTmakefile GNU_CONFIGURE= yes @@ -18,6 +20,8 @@ CONFIGURE_ARGS+= --enable-lzo PKGCONFIG_OVERRIDE= qdbm.pc.in TEST_TARGET= check +INSTALLATION_DIRS+= bin include lib + .include "../../archivers/bzip2/buildlink3.mk" .include "../../archivers/lzo/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" |