diff options
author | heinz <heinz> | 2007-05-28 15:32:51 +0000 |
---|---|---|
committer | heinz <heinz> | 2007-05-28 15:32:51 +0000 |
commit | 433d7b185335ccebe5b2d57d06c239f8ff802a53 (patch) | |
tree | 611ef2239589dcb130deb53df43e3d0fd169b4cb /textproc/p5-Encode-Detect | |
parent | c61f98506597a0217c3e03ac24373ee61fd41171 (diff) | |
download | pkgsrc-433d7b185335ccebe5b2d57d06c239f8ff802a53.tar.gz |
The packages supports installation to DESTDIR.
Diffstat (limited to 'textproc/p5-Encode-Detect')
-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 |