diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-12 02:14:13 +0000 |
commit | a459d6adc77b22d7efa499cea1bcfbae7c929a42 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /textproc/p5-XML-Clean | |
parent | 7854cf84ecbcc45c6b18092fadae7896937e468a (diff) | |
download | pkgsrc-a459d6adc77b22d7efa499cea1bcfbae7c929a42.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'textproc/p5-XML-Clean')
-rw-r--r-- | textproc/p5-XML-Clean/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-XML-Clean/Makefile b/textproc/p5-XML-Clean/Makefile index b1f735373d4..fb0b1f21271 100644 --- a/textproc/p5-XML-Clean/Makefile +++ b/textproc/p5-XML-Clean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/04/15 20:41:20 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2008/06/12 02:14:50 joerg Exp $ DISTNAME= XML-Clean-1.06 PKGNAME= p5-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= kuli0020@umn.edu HOMEPAGE= http://search.cpan.org/~pkubanek/XML-Clean/ COMMENT= Ensure, that *(HTML)* text pass throught an XML parser +PKG_DESTDIR_SUPPORT= user-destdir + PERL5_PACKLIST= auto/XML/Clean/.packlist .include "../../lang/perl5/module.mk" |