diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /www/p5-Template-Stash-EscapeHTML | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'www/p5-Template-Stash-EscapeHTML')
-rw-r--r-- | www/p5-Template-Stash-EscapeHTML/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/p5-Template-Stash-EscapeHTML/Makefile b/www/p5-Template-Stash-EscapeHTML/Makefile index f6e5a7928ff..3d56815b093 100644 --- a/www/p5-Template-Stash-EscapeHTML/Makefile +++ b/www/p5-Template-Stash-EscapeHTML/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/06/10 23:24:05 abs Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:56 joerg Exp $ DISTNAME= Template-Stash-EscapeHTML-0.01 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= abs@absd.org HOMEPAGE= http://search.cpan.org/~ikebe/Template-Stash-EscapeHTML/ COMMENT= Escape HTML automatically in Template-Toolkit +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-Template-Toolkit-[0-9]*:../../www/p5-Template-Toolkit PERL5_PACKLIST= auto/Template/Stash/EscapeHTML/.packlist |