diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /www/p5-HTTP-Cache-Transparent | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'www/p5-HTTP-Cache-Transparent')
-rw-r--r-- | www/p5-HTTP-Cache-Transparent/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-HTTP-Cache-Transparent/Makefile b/www/p5-HTTP-Cache-Transparent/Makefile index a9b6b925b30..598af8a5d5d 100644 --- a/www/p5-HTTP-Cache-Transparent/Makefile +++ b/www/p5-HTTP-Cache-Transparent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2007/02/27 14:12:05 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/20 01:09:42 joerg Exp $ DISTNAME= HTTP-Cache-Transparent-0.7 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/HTTP-Cache-Transparent/ COMMENT= Cache the result of http get-requests persistently +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww PERL5_PACKLIST= auto/HTTP/Cache/Transparent/.packlist |