summaryrefslogtreecommitdiff
path: root/databases/gdbm
diff options
context:
space:
mode:
authorheinz <heinz@pkgsrc.org>2007-08-26 15:59:24 +0000
committerheinz <heinz@pkgsrc.org>2007-08-26 15:59:24 +0000
commit0c0e8718fe71404c86202dfb1288b3d48ac98391 (patch)
treea0d07fc7a1a71eb99456209737c95f6ea5cf5930 /databases/gdbm
parentf9c44e1ba10f18959b8639b8f1bdbe091dd5839e (diff)
downloadpkgsrc-0c0e8718fe71404c86202dfb1288b3d48ac98391.tar.gz
The package supports installation to DESTDIR (although it uses the
variable INSTALL_ROOT).
Diffstat (limited to 'databases/gdbm')
-rw-r--r--databases/gdbm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/gdbm/Makefile b/databases/gdbm/Makefile
index e63fa5c495e..f22c48ebe9a 100644
--- a/databases/gdbm/Makefile
+++ b/databases/gdbm/Makefile
@@ -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 @@ MAINTAINER= pkgsrc-users@NetBSD.org
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"