diff options
author | joerg <joerg@pkgsrc.org> | 2010-02-04 16:36:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-02-04 16:36:05 +0000 |
commit | 1ca15de5f62acc6d4e5df81b98dd12d076a6e0e2 (patch) | |
tree | 5b8c1a87216f7a708b5b83fb52a07e99395b9bd4 /www/pear-HTTP_Request | |
parent | 7112ee2a7327ce06a93e3817ee0196c57b979f8c (diff) | |
download | pkgsrc-1ca15de5f62acc6d4e5df81b98dd12d076a6e0e2.tar.gz |
Mark PEAR packages as DESTDIR ready. Thanks to obache@ for the backend
support.
Diffstat (limited to 'www/pear-HTTP_Request')
-rw-r--r-- | www/pear-HTTP_Request/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |