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 /devel/p5-OOTools/Makefile | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'devel/p5-OOTools/Makefile')
-rw-r--r-- | devel/p5-OOTools/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/p5-OOTools/Makefile b/devel/p5-OOTools/Makefile index fec18613206..571d1ce548a 100644 --- a/devel/p5-OOTools/Makefile +++ b/devel/p5-OOTools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/10/18 08:33:24 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.7 2008/06/12 02:14:24 joerg Exp $ DISTNAME= OOTools-2.21 PKGNAME= p5-${DISTNAME} @@ -11,6 +11,7 @@ HOMEPAGE= http://search.cpan.org/~domizio/OOTools/ COMMENT= Perl module collection to easily create constructors methods PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/OOTools/.packlist |