summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2010-02-04 16:36:05 +0000
committerjoerg <joerg>2010-02-04 16:36:05 +0000
commit8ee37ec2e99ff754a3d9f8123935507080564b27 (patch)
tree5b8c1a87216f7a708b5b83fb52a07e99395b9bd4 /www
parenta79a9759403bd9121ff90f304ec6c9a5da670798 (diff)
downloadpkgsrc-8ee37ec2e99ff754a3d9f8123935507080564b27.tar.gz
Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend
support.
Diffstat (limited to 'www')
-rw-r--r--www/pear-HTML_Select/Makefile4
-rw-r--r--www/pear-HTTP/Makefile4
-rw-r--r--www/pear-HTTP_Request/Makefile4
3 files changed, 9 insertions, 3 deletions
diff --git a/www/pear-HTML_Select/Makefile b/www/pear-HTML_Select/Makefile
index ed76002996d..cae201721e9 100644
--- a/www/pear-HTML_Select/Makefile
+++ b/www/pear-HTML_Select/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2007/05/05 22:09:19 adrianp Exp $
+# $NetBSD: Makefile,v 1.12 2010/02/04 16:36:05 joerg Exp $
DISTNAME= HTML_Select-1.2.1
PKGREVISION= 1
@@ -7,6 +7,8 @@ CATEGORIES= www
MAINTAINER= jdolecek@NetBSD.org
COMMENT= PHP class for generating HTML form select elements
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS= php-pear-HTML_Select-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-HTML_Common>=1.1:../../www/pear-HTML_Common
diff --git a/www/pear-HTTP/Makefile b/www/pear-HTTP/Makefile
index 6bb65f4c85c..d1078cef813 100644
--- a/www/pear-HTTP/Makefile
+++ b/www/pear-HTTP/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/07/17 18:00:26 adrianp Exp $
+# $NetBSD: Makefile,v 1.4 2010/02/04 16:36:05 joerg Exp $
DISTNAME= HTTP-1.4.0
CATEGORIES+= www
@@ -8,5 +8,7 @@ MAINTAINER= brook@nmsu.edu pkgsrc-users@NetBSD.org
HOMEPAGE= http://pear.php.net/package/HTTP
COMMENT= PHP support for miscellaneous HTTP functions
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../lang/php/pear.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/www/pear-HTTP_Request/Makefile b/www/pear-HTTP_Request/Makefile
index 4a0dd16937a..864357480db 100644
--- a/www/pear-HTTP_Request/Makefile
+++ b/www/pear-HTTP_Request/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2007/05/05 22:09:19 adrianp Exp $
+# $NetBSD: Makefile,v 1.10 2010/02/04 16:36:05 joerg Exp $
DISTNAME= HTTP_Request-1.3.0
#CATEGORIES+= www
@@ -7,6 +7,8 @@ PKGREVISION= 1
MAINTAINER= jdolecek@NetBSD.org
COMMENT= PHP classes to provides an easy way to perform HTTP requests
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS= php-pear-HTTP_Request-[0-9]*
DEPENDS+= ${PHP_PKG_PREFIX}-pear-Net_URL>=1.0.12:../../net/pear-Net_URL