summaryrefslogtreecommitdiff
path: root/databases/lbdb
diff options
context:
space:
mode:
authorjoerg <joerg>2010-01-29 16:51:38 +0000
committerjoerg <joerg>2010-01-29 16:51:38 +0000
commit81ddcbee2d15d6187005a029244687bc69d84fe9 (patch)
treed793efe2c921b6a9d26b1de0536e6f0ab8acc511 /databases/lbdb
parent2eabcc474d9e634d398aff503d16de461d7343b3 (diff)
downloadpkgsrc-81ddcbee2d15d6187005a029244687bc69d84fe9.tar.gz
DESTDIR support
Diffstat (limited to 'databases/lbdb')
-rw-r--r--databases/lbdb/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/databases/lbdb/Makefile b/databases/lbdb/Makefile
index 6b3c200649e..e242e393b60 100644
--- a/databases/lbdb/Makefile
+++ b/databases/lbdb/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2008/04/12 22:42:59 jlam Exp $
+# $NetBSD: Makefile,v 1.21 2010/01/29 17:13:36 joerg Exp $
DISTNAME= lbdb_0.35.1
PKGNAME= ${DISTNAME:S/_/-/}
@@ -9,6 +9,8 @@ MAINTAINER= tonio@NetBSD.org
HOMEPAGE= http://www.spinnaker.de/lbdb/
COMMENT= The little brother's database
+PKG_DESTDIR_SUPPORT= user-destdir
+
DEPENDS+= p5-perl-ldap>=0.20:../../databases/p5-perl-ldap
GNU_CONFIGURE= yes
@@ -38,4 +40,6 @@ PLIST_VARS+= yp
PLIST.yp= yes
.endif
+INSTALL_MAKE_FLAGS+= install_prefix=${DESTDIR}
+
.include "../../mk/bsd.pkg.mk"