summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorheinz <heinz>2007-08-26 15:59:24 +0000
committerheinz <heinz>2007-08-26 15:59:24 +0000
commitceb8d2864298bc003228a764319e848cfd02032b (patch)
treea0d07fc7a1a71eb99456209737c95f6ea5cf5930 /databases
parent5fd2e48f7a9fb28e9aa2f69bb7f45ce577c2d2d6 (diff)
downloadpkgsrc-ceb8d2864298bc003228a764319e848cfd02032b.tar.gz
The package supports installation to DESTDIR (although it uses the
variable INSTALL_ROOT).
Diffstat (limited to 'databases')
-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"