summaryrefslogtreecommitdiff
path: root/databases/pear-MDB2_Driver_sqlite
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2010-02-04 16:36:05 +0000
committerjoerg <joerg@pkgsrc.org>2010-02-04 16:36:05 +0000
commit1ca15de5f62acc6d4e5df81b98dd12d076a6e0e2 (patch)
tree5b8c1a87216f7a708b5b83fb52a07e99395b9bd4 /databases/pear-MDB2_Driver_sqlite
parent7112ee2a7327ce06a93e3817ee0196c57b979f8c (diff)
downloadpkgsrc-1ca15de5f62acc6d4e5df81b98dd12d076a6e0e2.tar.gz
Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend
support.
Diffstat (limited to 'databases/pear-MDB2_Driver_sqlite')
-rw-r--r--databases/pear-MDB2_Driver_sqlite/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/pear-MDB2_Driver_sqlite/Makefile b/databases/pear-MDB2_Driver_sqlite/Makefile
index 61d5151a871..3151320b89f 100644
--- a/databases/pear-MDB2_Driver_sqlite/Makefile
+++ b/databases/pear-MDB2_Driver_sqlite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2009/07/17 18:00:14 adrianp Exp $
+# $NetBSD: Makefile,v 1.5 2010/02/04 16:36:05 joerg Exp $
DISTNAME= MDB2_Driver_sqlite-1.5.0b2
CATEGORIES= databases
@@ -7,6 +7,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/MDB2_Driver_sqlite
COMMENT= Sqlite MDB2 driver
+PKG_DESTDIR_SUPPORT= user-destdir
+
PHP_VERSIONS_ACCEPTED= 5
DEPENDS+= ${PHP_PKG_PREFIX}-sqlite-[0-9]*:../../databases/php-sqlite