diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-05 17:49:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-05 17:49:33 +0000 |
commit | 605f49a1549db3338a7f755854ddbd9e8d43201e (patch) | |
tree | e92266243f12437844f0b94d56efcdbde175f5f0 /devel/p5-IO-stringy/Makefile | |
parent | 9a2d793f15ac90d68b73e3dda4f1d860566e9169 (diff) | |
download | pkgsrc-605f49a1549db3338a7f755854ddbd9e8d43201e.tar.gz |
DESTDIR support.
Diffstat (limited to 'devel/p5-IO-stringy/Makefile')
-rw-r--r-- | devel/p5-IO-stringy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-IO-stringy/Makefile b/devel/p5-IO-stringy/Makefile index 4b3e0b2d8e2..24939f5ec42 100644 --- a/devel/p5-IO-stringy/Makefile +++ b/devel/p5-IO-stringy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/12 16:39:47 heinz Exp $ +# $NetBSD: Makefile,v 1.24 2006/11/05 17:49:34 joerg Exp $ # DISTNAME= IO-stringy-2.110 @@ -12,6 +12,7 @@ HOMEPAGE= http://search.cpan.org/dist/IO-stringy/ COMMENT= Perl class for I/O on in-core objects like strings and arrays PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # empty PERL5_PACKLIST= auto/IO/Stringy/.packlist |