diff options
author | heinz <heinz@pkgsrc.org> | 2007-05-28 15:32:51 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2007-05-28 15:32:51 +0000 |
commit | 087ca88eef630b4debf64a1de5d49394a8ca1ee2 (patch) | |
tree | 611ef2239589dcb130deb53df43e3d0fd169b4cb /textproc | |
parent | d4182dde81b3ccf010d949eb80a3386880bf1494 (diff) | |
download | pkgsrc-087ca88eef630b4debf64a1de5d49394a8ca1ee2.tar.gz |
The packages supports installation to DESTDIR.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Encode-Detect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/p5-Encode-Detect/Makefile b/textproc/p5-Encode-Detect/Makefile index 4af76ca45d7..a68737404be 100644 --- a/textproc/p5-Encode-Detect/Makefile +++ b/textproc/p5-Encode-Detect/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/03/24 19:53:11 heinz Exp $ +# $NetBSD: Makefile,v 1.2 2007/05/28 15:32:51 heinz Exp $ # DISTNAME= Encode-Detect-1.00 @@ -10,6 +10,7 @@ MAINTAINER= hiramatu@boreas.dti.ne.jp HOMEPAGE= http://search.cpan.org/dist/Encode-Detect/ COMMENT= Perl module that detects the encoding of data +PKG_DESTDIR_SUPPORT= user-destdir PKG_INSTALLATION_TYPES= overwrite pkgviews BUILD_DEPENDS+= p5-ExtUtils-CBuilder-[0-9]*:../../devel/p5-ExtUtils-CBuilder |