pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/gdbm The package supports installation to DE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0fdbb73cfe42
branches:  trunk
changeset: 532644:0fdbb73cfe42
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Sun Aug 26 15:59:24 2007 +0000

description:
The package supports installation to DESTDIR (although it uses the
variable INSTALL_ROOT).

diffstat:

 databases/gdbm/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 99013eddb607 -r 0fdbb73cfe42 databases/gdbm/Makefile
--- a/databases/gdbm/Makefile   Sun Aug 26 09:11:44 2007 +0000
+++ b/databases/gdbm/Makefile   Sun Aug 26 15:59:24 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.39 2006/03/30 03:44:41 jlam Exp $
+# $NetBSD: Makefile,v 1.40 2007/08/26 15:59:24 heinz Exp $
 #
 
 DISTNAME=      gdbm-1.8.3
@@ -10,10 +10,12 @@
 HOMEPAGE=      http://www.gnu.org/software/gdbm/gdbm.html
 COMMENT=       The GNU database manager
 
+PKG_DESTDIR_SUPPORT=   user-destdir
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
 INFO_FILES=            # PLIST
+MAKE_FLAGS+=           INSTALL_ROOT=${DESTDIR:Q}
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index